I’m fetching data from an XML source and parsing through it with tbxml. Everything is working fine until I get to a latin letter like the “é” it will display as:
Code:
é
I don’t see a proper method of NSString to do the conversion. Any ideas?
This seems like a pretty common problem. Check out HTML character decoding in Objective-C / Cocoa Touch