Normalizing text in elements from NSXMLParser
Normalizing text in elements from NSXMLParser
- Subject: Normalizing text in elements from NSXMLParser
- From: Charles Burnstagger <email@hidden>
- Date: Sat, 19 Dec 2009 05:50:53 -0800 (PST)
I retrieve some text from elements found in XML I parse using NSXMLParser on iPhone. The text contains special characters such as #x92;s instead of 's.
I've tried all the normalization routines on NSString but none of them work on the special characters. Is there anyway in Cocoa to directly fix such special characters or do I need to write my own mapping routine?
Thanks,
Chuck
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden