I am receiving unicode charactors in FB Graph requests for the user’s name..
How can i convert it to english in iOS app ?
Also is anything like this available in PHP as well ?
I am receiving unicode charactors in FB Graph requests for the user’s name.. How
Share
The best answer for this is to display his name in his language.
The best conversion It’s coming into my mind is using
json_decode():I suggested
json_decode()because it supports the\uxxxxsyntax directly and other unicode orutf-8characters.