[android-developers] Re: Problems With webview and UTF-8

2010-03-24 Thread Bob Kerns
Sigh. I wish it weren't done that way. The Description contains text. Sometimes that text is intended to be interpreted itself as HTML. When you read the outer XML (i.e. the Description tag), the contents are interpreted as text. The lt; turns into . Now, if you want to properly display that,

[android-developers] Re: Problems With webview and UTF-8

2010-03-23 Thread Bob Kerns
Your English is fine, it's your HTML that has problems! (English is harder!) Well, first, you should use all lower-case in your HTML these days. Certainly, not mixed case! Second -- you just fed it text, with the '' and '' properly encoded as text. So it did just what you asked it to. If you

[android-developers] Re: Problems With webview and UTF-8

2010-03-23 Thread alejandro
Thanks Bob, Something more is going bad , I'm trying to parse the RSS with Sax component , but in some situtions like : Descriptionlt;pgt; [...] /Description It extrac this content at description part , y think that is decoding lt; like the beginning of a new xml tag It's difficult to