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

naudefj’s picture

Priority: Critical » Normal

Can you please provide a patch?

naudefj’s picture

Assigned: Unassigned » naudefj
Priority: Normal » Minor
Status: Active » Closed (fixed)

Please reopen if you want to persue this further.