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.