mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-24 03:52:50 -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>");
|
builder.append("</body>");
|
||||||
inflectionView.loadData(builder.toString(), "text/html", null);
|
inflectionView.loadData(builder.toString(), "text/html; charset=UTF-8", null);
|
||||||
|
|
||||||
expandedView = view;
|
expandedView = view;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user