Hi!
I'm trying to parse html document, extract content and show it in WebView or textView. But some Croatian letters are not showing up correctly. The problem is in the page I'm extracting content from. In one part of page source letter is "š" or "č", and in another part the same letter is written as "&scaron". But my browser displays it properly.
Is there some function in Android to convert that kind of letters to proper letters? I'm guessing it's possible since browser does that.
Thanks.
- I'm using Eclipse, on Ubuntu 9.10 and writing for Android 1.5