【发布时间】:2011-09-08 11:51:22
【问题描述】:
如何在 webview 中将土耳其字符(ş、ğ、ü ...)显示为 loadData?
我的网页浏览是:mWebView.loadData(detailsHtml, "text/html", "UTF-8");
谢谢。
【问题讨论】:
-
我找到了,如果你有 htmlsource: webview.loadDataWithBaseURL("", source, "text/html", "UTF-8", null);否则:webview.loadDataWithBaseURL(url, "", "text/html", "UTF-8", null);
-
你可以试试这个。它适用于我的项目... [在此处输入链接描述][1] [1]:stackoverflow.com/questions/11827628/…
标签: android encoding character-encoding webview