summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorBai Tao <michaelbai@google.com>2010-01-27 02:25:09 +0800
committerBai Tao <michaelbai@google.com>2010-01-27 02:25:09 +0800
commitf9d66a88a8a53d9f918b77c65f390c57a4c08478 (patch)
tree400db800b9bd830e2cb80939e7abf70291abe91b /res
parent11e71b1d376c5c41baf24f737b56b82d0e814988 (diff)
downloadpackages_apps_Browser-f9d66a88a8a53d9f918b77c65f390c57a4c08478.zip
packages_apps_Browser-f9d66a88a8a53d9f918b77c65f390c57a4c08478.tar.gz
packages_apps_Browser-f9d66a88a8a53d9f918b77c65f390c57a4c08478.tar.bz2
Adding Chinese GBK and Big5 text encoding settings.
Diffstat (limited to 'res')
-rw-r--r--res/values/strings.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 1999f54..d3514cd 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -478,6 +478,8 @@
<string-array name="pref_default_text_encoding_choices">
<item>Latin-1 (ISO-8859-1)</item>
<item>Unicode (UTF-8)</item>
+ <item>Chinese (GBK)</item>
+ <item>Chinese (Big5)</item>
<item>Japanese (ISO-2022-JP)</item>
<item>Japanese (SHIFT_JIS)</item>
<item>Japanese (EUC-JP)</item>
@@ -489,6 +491,8 @@
<string-array name="pref_default_text_encoding_values" translatable="false">
<item>Latin-1</item>
<item>UTF-8</item>
+ <item>GBK</item>
+ <item>Big5</item>
<item>ISO-2022-JP</item>
<item>SHIFT_JIS</item>
<item>EUC-JP</item>