Closed (fixed)
Project:
FUDforum integration
Version:
4.7.x-1.x-dev
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Reporter:
Created:
4 Jul 2006 at 09:54 UTC
Updated:
23 Jul 2006 at 09:11 UTC
FUDforum doesn’t work with UTF-8 encoding. So in drupal blocks we have unreadable characters. Such problem with non english usernames.
I think before output data must be convert to UTF-8.
mb_convert_encoding($name, 'UTF-8', 'Cp-1251')
Comments
Comment #1
naudefj commentedCan you please provide a patch?
Comment #2
naudefj commentedPlease reopen if you want to persue this further.