iOS - XML to NSString conversion

gmaazooi9

New Member
I'm using \[code\]NSXMLParser\[/code\] for parsing XML to my app and having a problem with the encoding type. For example, here is one of the feeds coming in. It looks similar to this"\[code\]\U2026Some random text from the xml feed\U2026\[/code\]I am currently using the encoding type:\[code\]NSData *data = http://stackoverflow.com/questions/11023248/[string dataUsingEncoding:NSUTF8StringEncoding];\[/code\]Which encoding type am I suppose to use for converting \U2026 into a ellipse (...) ??
 
Back
Top