ı parse the xml tags with SAXparser.Then put on the listview..But these characters arent show.Instead of them showing question mark(?). How can ı figured out this problem?
Asked
Active
Viewed 375 times
0
-
Make sure that the inputstream you use for the parser is coding the bytes in UTF-8 – Adrián Rodríguez Dec 11 '12 at 15:53
-
Maybe you could edit and post the code where you get the String in the SaxParser – Adrián Rodríguez Dec 11 '12 at 15:58
-
how ı am supposed to edit to string?? – Serkan Dec 11 '12 at 16:05
-
I mean, to edit your post and paste the code where you get the String in your SaxParser – Adrián Rodríguez Dec 11 '12 at 16:22