I'm using some webviews in my android app, but are unable to make them display in utf-8 encoding.
If use this one I won't see my scandinavian charcters:
mWebView.loadUrl("file:///android_asset/om.html")
And if try this one, I won't get anything displayed at all
mWebView.loadDataWithBaseURL("file:///android_asset/om.html", null, "text/html", "utf-8",null);
Regards
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…