I installed the Chinese pack, and the Chinese interface works perfect
but in those reply & topic the Chinese characters become "?"
It's 1.1.4 ,and I add
$Configuration['DATABASE_CHARACTER_ENCODING'] = 'utf-8';
to conf/settings.php
I think the Chinese character encoding is something else, try doing a Google search, I'm afraid the only word I know in Chinese is "Kook-bo" that's the tea we order at Yum Cha!
1)check your settings.php if it has the $Configuration['DATABASE_CHARACTER_ENCODING'] = 'utf-8'; line, if not added it 2)check your phpmyadmin for what connection it uses on default - should be utf8_general_ci 3)check your database tables, they should be collated as utf8 , if not you need to follow these steps to re encode your database -Vanilla UTF8 wiki
Comments
1)check your settings.php if it has the $Configuration['DATABASE_CHARACTER_ENCODING'] = 'utf-8'; line, if not added it
2)check your phpmyadmin for what connection it uses on default - should be utf8_general_ci
3)check your database tables, they should be collated as utf8 , if not you need to follow these steps to re encode your database -Vanilla UTF8 wiki
I had similar problem and this is how I fixed mine - Japanese comes up as ?????? # 3
Cheers