summaryrefslogtreecommitdiff
path: root/doc/forum/chinese_character_problem.mdwn
blob: fed1fcd821f7f29feb840ac897b4e14aa13c6657 (plain)

just finished setting up ikiwiki..

I can type chinese, save and display it correctly in ikiwiki for the first time. However, when i try to edit the page again, the chinese character in the form is unrecognizable. you can see it here http://ikiwiki.perlchina.org/

I am using the latest ikiwiki(manually installed as non-root user) and CGI::FormBuilder(3.0501) on Debian 4.0

这个没问题 it is not a problem on ikiwiki website though.

Thanks.

Is your system perhaps not configured with a utf-8 default locale? Or ikiwiki not configured to use it? Make sure that some utf-8 locale is enabled (in /etc/locale.gen on Debian for example) and try setting locale in your > ikiwiki setup file. --[[Joey]]