PHP json encoding with traditional/simplified Chinese character -
I had a problem with PHP / traditional / simplified Chinese character encoding. I did some research but
mysql_set_charset ('utf8'); Header ("content-type: text / html; charset = UTF8");
did not work for me
Top of the page:
Header ('content-type: text / html; charset = UTF-8');
Comments
Post a Comment