Hi
I am parsing an XML coming from a web server and the parsing sometimes stops with Error code 6. From the documentation, I found out the error is NSXMLParserInvalidHexCharacterRefError.
The character in question is Ĵ. Can someone please tell me how I can prevent NSXMLParser from sending an error if it encounters these characters (or rather, doesn't NSXMLParser support unicode encoding?)
Thanks.