Hi,
For special characters of French, Danish, Cyrilic etc. languages should I use JSON_UNESCAPED_UTF8 or not?
http://php.net/manual/en/json.constants.php
Hi,
For special characters of French, Danish, Cyrilic etc. languages should I use JSON_UNESCAPED_UTF8 or not?
http://php.net/manual/en/json.constants.php
Are you having some sort of problem? AFAIK, JSON is already utf8 encoded.
Scott
if your decoder understands UTF8, then you can use it.
This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.