Respected All,
I have to read xml files from server and display data from all files. some data contains character '�' which gives me SAXException while parsing. I have tried to convert UTF-8 format. but it gives me out of application as soon as that char is found in file. I have used SAXParser to parse xml file.
If you have any solution to this problem please help me.
Thank You