Skip to content
Advertisement

PHP – Unicode Problem conversion in json output

The outputted string in json is:

JavaScript

I tried json_decode with and without JSON_UNESCAPED_UNICODE but no luck. Something like:

JavaScript

It returns nothing!

Advertisement

Answer

Thanks to Magnus Eriksson’s answer, it must be something like:

JavaScript
User contributions licensed under: CC BY-SA
7 People found this is helpful
Advertisement