<code>echo json_encode($json_data,JSON_UNESCAPED_UNICODE); </code>
Even adding the JSON_UNESCAPED_UNICODE parameter still doesn’t work.
<code>echo json_encode($json_data,JSON_UNESCAPED_UNICODE); </code>
Even adding the JSON_UNESCAPED_UNICODE parameter still doesn’t work.