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
<
PHP 5.4 adds the option JSON_UNESCAPED_UNICODE, which does what you want. Note that json_encode always outputs UTF-8.
JSON_UNESCAPED_UNICODE
json_encode