forked from GitHub/gf-core
fix the character encoding problem in the web view in the Android UI
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user