I have a webview that’s supposed to show cyrillic text
wv.loadData( myStringHtml, "html/text", "utf-8");
But here’s what I’m getting. 🙂 Any ideas? Should I use a different encoding?

Thanks!
EDIT:
Fixed it by using loadDataWithBaseURl
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I used to know a ton about Cyrillic encodings, but I’ve forgotten exactly which that is. Either way, my suspicion is that the source data isn’t actually in UTF-8. This tool gives ought to help in figuring out which one you’ve got.