aquery - Android Query: Wrong Umlauts (HTML download) -
I use Android queries to download HTML from my site.
aq.ajax url, string Class, new Ajax Callback & lt; String & gt; () {@Override Public Zero Callback (string URL, string HTML, ajaxstats position) {wvTest.loadDataWithBaseURL (zero, html, "text / html", "utf-8", zero); }}); In my site, umlauts (¤, ¼, ö) and they are displayed incorrectly (black square with a question mark). Incorrect umlauts are in html strings from Android queries.
How can I fix this so that it can load the right amolops?
Ensure that the file you are loading is in the same encode encoding as if you requested ( "UTF-8") ...
Comments
Post a Comment