Just to update anyone interested, then I've posted this as issue 1958
with code that reproduces the problem. I hope someone can answer on
this newsgroup since that's usually a lot faster than the issues
list!

http://code.google.com/p/android/issues/detail?id=1958

Code that breaks on RC33:

String xml = "<html>" +
  "<body>" +
        "Norwegian chars: æøå" +
  "</body>" +
"</html>";
myWebView.loadData(xml, "text/html", "UTF-8");

Output RC33: Norwegian chars: <?><?><?>
Output before RC33: Norwegian chars: æøå

-Christer

On Feb 9, 8:06 pm, Chister Nordvik <[email protected]> wrote:
> The update also broke the polish RSS feed that I've used to display
> news for soccer (http://ekstraklasa.wp.pl/ver,rss,rss.xml). I would
> really like to know what happened with the Webview (or XML library) in
> this release!
>
> -Christer
--~--~---------~--~----~------------~-------~--~----~
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