I am using TouchJSON to parse a JSON data.
In the results, the strings in the array are all in \U** format.
Yes, they are meant to be other languages than English.
Why TouchJSON can't just replace them with real string via UTF8?
How should I deal with the results if I want to store them as NSStrings and use them in UILabel?
Thanks