Re: [android-developers] Re: How to handle accents in XML encoded as utf-8??

2010-05-19 Thread Frank Weiss
Well, we got the easy things out of the way. The error message you get is Invalid token(unicode 0x12) exception. It would be very helpful if you post or send me the URL. As I mentioned, I've found debugging encoding issues more productive at the binary level. Just as a wild guess, I'm expecting

[android-developers] Re: How to handle accents in XML encoded as utf-8??

2010-05-18 Thread Samuh
Thanks for your reply Frank. 1) The encoding given in the HTTP response The charset of the response is UTF-8 2) The encoding given in the XML prologue XML prolog says UTF-8 3) The encoding setting of the Reader underlying the XPP. When doing a setInput on the parser I said: