0
votes
1answer
366 views
Escaped unicode to unicode character in Cocoa
I get from a NSURLConnection a NSData object which I convert with
[[NSMutableString alloc] initWithData:[self urlData] encoding:NSUTF8StringEncoding]
to a NSMutableString. After some "revision" I …
