如何在php 5.3.x中生成JSON - 非转义unicode

时间:2012-08-01 14:47:05

标签: 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......."}

其中xxxyyy是原始数组中字符的等效unicode值。

现在我需要JSON输出如下:

{"name":"some unicode chars"}

0 个答案:

没有答案