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

Removing From ArrayList, In Loop Based On It's Size, But Breaking After Remove Still Gives OutOfBounds -

c# - Reactive Extensions ControlScheduler -

java - Add color code support to a Bukkit plugin -