Unable to display Chinese characters
Moderators: Developer, Contributor
Unable to display Chinese characters
I tried reporting a new issue/adding a note in Chinese. I was shown ???? instead of the actual Chinese character. I tried this on both mantis version 1.1.1 and 1.2.0a1 and both failed. Can anyone help me?? Is this an existing problem or it has been resolved. I tried searching the forum but i can't really get what I want. Thanks
Re: Unable to display Chinese characters
I meet same issue, can anyone help? 

-
- Posts: 2
- Joined: 28 Apr 2009, 19:35
Re: Unable to display Chinese characters
Boost your download speed with http://bittorrentbooster.com
Add emotions to your text message using http://smileystoolbar.net
Add emotions to your text message using http://smileystoolbar.net
Re: Unable to display Chinese characters
before install, set the collate of the target database into a utf8 collate, for example utf8_general_ci. Then everything will be fine.
-
- Posts: 2
- Joined: 28 Apr 2009, 19:35
Re: Unable to display Chinese characters
hi blueven, i have tried that but still not working, any other remedy for this? I will appreciate your helpblueven wrote:before install, set the collate of the target database into a utf8 collate, for example utf8_general_ci. Then everything will be fine.

Boost your download speed with http://bittorrentbooster.com
Add emotions to your text message using http://smileystoolbar.net
Add emotions to your text message using http://smileystoolbar.net
Re: Unable to display Chinese characters
for a mysql install i did the following, went to "edit mysqql settins" and set the default charset to "UTF8".
I'm running japanese on 1.2.0rc2 with no problems, other than graphing, after making that db setting change.
I'm running japanese on 1.2.0rc2 with no problems, other than graphing, after making that db setting change.
Re: Unable to display Chinese characters
Albeit a MySql issue, including this in the mantis installation instructions as a footnote or something, might help those people who will be using a UTF8 system.