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