Good afternoon, I've got a little problem with encoding and displaying a not common characters. The following word comes from a html page which i download:
Brüno Shows as followed in my browser: BrĂ¼no I use unescapeHtml ( http://commons.apache.org/lang/api/org/apache/commons/lang/StringEscapeUtils.html ) to convert the ü character into something meaning full. But when i try to display the result on a widget for example a TextView it shows like: Br?no (where the ? is a image of a question mark) I suspect i'm missing one step. Can anyone give me a helping hand? Kind regards, Twan --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

