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:
parser.setInput(inputStream,"utf-8");

I also tried constructing a reader with utf-8 encoding but without
much luck.
InputStreamReader reader = new InputStreamReader(inputStream,"utf-8");
parser.setInput(reader);

I really am stuck in this rut not sure of what to do.

Please help...

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to