Json_encode Charset problem

前端 未结 7 816
心在旅途
心在旅途 2020-12-10 17:35

When I use json_encode to encode my multi lingual strings , It also changes special characters.What should I do to keep them same .

For example

<         


        
7条回答
  •  感情败类
    2020-12-10 18:04

    json_encode() does not provide any options for choosing the charset the encoding is in in versions prior to 5.4.

提交回复
热议问题