标签: php json serialization unicode
可能重复: Json_encode Charset problem
如何在php 5.3.x中生成JSON未转义的unicodes?
示例:
array("name"=>"some unicode chars");
将是这样的JSON:
{"name":"\Uxxx\Uyyy\Uzzz\Usss \U123......."}
其中xxx和yyy是原始数组中字符的等效unicode值。
xxx
yyy
现在我需要JSON输出如下:
{"name":"some unicode chars"}