From 1d361d751e11aee29d141a3250e9b2beaf259f92 Mon Sep 17 00:00:00 2001 From: cketti Date: Sun, 18 Apr 2010 16:57:49 +0000 Subject: [PATCH] Added meta-Tag with charset=utf-8 to about box html source to fix UTF-8 issues. Thanks to gerberstef for the patch. Fixes issue 1434 --- src/com/fsck/k9/activity/Accounts.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/com/fsck/k9/activity/Accounts.java b/src/com/fsck/k9/activity/Accounts.java index dc636a445..4771e7719 100644 --- a/src/com/fsck/k9/activity/Accounts.java +++ b/src/com/fsck/k9/activity/Accounts.java @@ -676,7 +676,8 @@ public class Accounts extends K9ListActivity implements OnItemClickListener, OnC { String appName = getString(R.string.app_name); WebView wv = new WebView(this); - String html = "

" + String.format(getString(R.string.about_title_fmt), + String html = "" + + "

" + String.format(getString(R.string.about_title_fmt), "" + appName + "") + "

" + "

" + appName + " " + String.format(getString(R.string.debug_version_fmt),