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

c# - Reactive Extensions ControlScheduler -

scala - Play Framework - how to bind form to a session field -

javascript - Enable/Disable form elements and changing the values of button at a time? -