1
0
forked from GitHub/gf-core

fix the character encoding problem in the web view in the Android UI

This commit is contained in:
kr.angelov
2013-11-27 12:37:15 +00:00
parent b0a74ddc59
commit d3e56a6e7e

View File

@@ -189,7 +189,7 @@ public class LexicalEntryActivity extends ListActivity {
}
builder.append("</body>");
inflectionView.loadData(builder.toString(), "text/html", null);
inflectionView.loadData(builder.toString(), "text/html; charset=UTF-8", null);
expandedView = view;
}