alexust
Joined: 06 Apr 2007
Posts: 3
|
| Posted: Thu Apr 26, 2007 1:49 pm Post subject: chat function problems.. |
|
|
hi all,
just install dev version 5.0.3, and install chinese language patch.
in config.inc.php file, i have to change to UTF-8, to make those characters
disappear correctly. The problem comes from there.
in vtchat.php in contacts module, it uses the charset in the config. the chat js file seem doesn't work under the charset utf-8. I correct the problem by restore the file vtchat.php from version 5.0.3rc 2.
in that version, it hard code the charset to be "iso-8859-1"
e.g. charset="iso-8859-1" |
|