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

ios - How do I use CFArrayRef in Swift? -

eclipse plugin - Run java code error: Workspace is closed -

c - Error on building source code in VC 6 -