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

Popular posts from this blog

python - rpy2 import is not working -

javascript - How to get MySQL query result returned using $.ajax -

javascript - How to use the code plugin with popcornjs -