parse XML file that contains unicode characters in iphone
Posted
by Jim
on Stack Overflow
See other posts from Stack Overflow
or by Jim
Published on 2010-04-20T05:21:12Z
Indexed on
2010/04/20
5:43 UTC
Read the original article
Hit count: 341
Hi,
I am trying to parse one XML file that contains some unicode characters.I tried to parse the file using NSXMLParser but i am unable to parse XML.Parser stops when it encounters any unicode characters.
Is there any other good solution to parse XML file with unicode letters?
Please suggest.
Thanks,
Jim.
© Stack Overflow or respective owner