Posted by dyp on July 4, 2006 at 9:54am
Jump to:
| Project: | FUDforum integration |
| Version: | 4.7.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | minor |
| Assigned: | naudefj |
| Status: | closed (fixed) |
Issue Summary
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
#1
Can you please provide a patch?
#2
Please reopen if you want to persue this further.