X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/0cfb159bb0f14b769f7182b0ca13e019c5df6d04..77779dc4a09a9b686935e8e615cf2502f7125bb4:/doc/forum/chinese_character_problem.mdwn?ds=inline

diff --git a/doc/forum/chinese_character_problem.mdwn b/doc/forum/chinese_character_problem.mdwn
index fed1fcd82..aea55703f 100644
--- a/doc/forum/chinese_character_problem.mdwn
+++ b/doc/forum/chinese_character_problem.mdwn
@@ -11,3 +11,11 @@ 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]]
+
+I have installed locales-all and locale -a shows that zh_CN.UTF-8 is installed(there is no /etc/local.gen file though). then I enabled this line "locale => 'zh_CN.UTF-8'" in my wiki setup and -setup again. but that generated lots error messages "Missing constant domain at (eval 30) line 3"
+
+sorry being a n00b on this thing  what else can I do?
+
+> See [[bugs/Missing_constant_domain_at_IkiWiki.pm_line_842]].
+> Looks like you need to upgrade to a newer version of 
+> [[!cpan Locale::gettext]] --[[Joey]]