I'm getting a JSON encoded array from Facebook which contains:
[{"message":"D\u011bkujeme Zuzana Boh\u00e1\u010dov\u00e1 za na\u0161i novou profilovou fotku :-)\nWe thank Zuzana Boh\u00e1\u010dov\u00e1 for our new profile picture :-)"}]
When I decode the JSON and output the contents I get:
DÄ›kujeme Zuzana BoháÄová za naÅ¡i novou profilovou fotku :-) We thank Zuzana BoháÄová for our new profile picture :-)
I used mb_detect_encoding($message)
and it's in utf-8 format but how do I convert the characters ready for human consumption?