Using Objective C/Cocoa to unescape unicode characters, ie \u1234

Posted by corydoras on Stack Overflow See other posts from Stack Overflow or by corydoras
Published on 2010-01-20T06:00:26Z Indexed on 2010/05/14 4:24 UTC
Read the original article Hit count: 365

Filed under:
|
|

Some sites that I am fetching data from are returning UTF-8 strings, with the UTF-8 characters escaped, ie: \u5404\u500b\u90fd

Is there a built in cocoa function that might assist with this or will I have to write my own decoding algorithm.

© Stack Overflow or respective owner

Related posts about cocoa

Related posts about objective-c