Problem with cyrilic characters
dyp - July 4, 2006 - 09:54
| Project: | FUDforum integration |
| Version: | 4.7.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | minor |
| Assigned: | naudefj |
| Status: | closed |
Jump to:
Description
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')

#1
Can you please provide a patch?
#2
Please reopen if you want to persue this further.