UTF-8 conversion
Posted
by leachianus
on Stack Overflow
See other posts from Stack Overflow
or by leachianus
Published on 2010-04-26T05:25:39Z
Indexed on
2010/04/26
6:03 UTC
Read the original article
Hit count: 285
Hey guys, I am grabbing a JSON array and storing it in a NSArray, however it includes JSON encoded UTF-8 strings, for example pass\u00e9 represents passé. I need a way of converting all of these different types of strings into the actual character. I have an entire NSArray to convert. Or I can convert it when it is being displayed, which ever is easiest.
I found this chart http://tntluoma.com/sidebars/codes/
is there a convenience method for this or a library I can download?
thanks,
BTW, there is no way I can find to change the server so I can only fix it on my end...
© Stack Overflow or respective owner