chinese characters in excel and word become unrecognized
Posted: 16 Jul 2007, 16:17
I installed instantmantis 1.0.8 a few days ago.and it now can input and display chinese characters properly in webpages.
the steps what i take are followed:
change mysql's character set to utf8 by adding some code in my.ini
edit core.php
to
but now i found chinese characters in excel and word become unrecognized ,can somebody help me out?
thanks a lot in advance.
the steps what i take are followed:
change mysql's character set to utf8 by adding some code in my.ini
Code: Select all
character-set-server = utf8
collation-server = utf8_general_ci
Code: Select all
header( 'Content-type: text/html;charset=' . lang_get( 'charset' ) );Code: Select all
header( 'Content-type: text/html;charset=utf-8');but now i found chinese characters in excel and word become unrecognized ,can somebody help me out?
thanks a lot in advance.