Json_unescaped_utf8

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

1 Like

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.