mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -06:00
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