mirror of
https://github.com/peterosterlund2/droidfish.git
synced 2025-02-07 12:49:12 +01:00
DroidFish: Fixed to make unicode characters display correctly in about dialog.
This commit is contained in:
parent
28b81ddf0e
commit
36a9ed45d7
|
@ -1253,7 +1253,7 @@ public class DroidFish extends Activity implements GUIInterface {
|
|||
}
|
||||
System.out.printf("%.3f DroidFish.onCreateDialog(): data:%s\n",
|
||||
System.currentTimeMillis() * 1e-3, data);
|
||||
wv.loadData(data, "text/html", null);
|
||||
wv.loadDataWithBaseURL(null, data, "text/html", "utf-8", null);
|
||||
try {
|
||||
PackageInfo pi = getPackageManager().getPackageInfo("org.petero.droidfish", 0);
|
||||
title += " " + pi.versionName;
|
||||
|
|
Loading…
Reference in New Issue
Block a user