formatting european characters from JSON results

Posted by mlecho on Stack Overflow See other posts from Stack Overflow or by mlecho
Published on 2009-09-06T13:28:47Z Indexed on 2010/05/17 0:10 UTC
Read the original article Hit count: 150

Filed under:
|

hi, i am building an application that imports JSON results and parses the objects to a table cell. Nothing fancy, but in my results, many of the terms/names are European with characters such as è or ú which come out as \u00E9 or \u00FA. I think these are ASCII ? or unicode? ( i can never keep em staight). Anyway, like all good NSSTring's, i figured there must be a method to fix this, but i am not finding it....any ideas? I am trying to avoid doing something like this: this posting. Thanks all.

© Stack Overflow or respective owner

Related posts about objective-c

Related posts about iphone-sdk