aboutsummaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorKenny Root <kenny@the-b.org>2008-12-16 18:49:00 +0000
committerKenny Root <kenny@the-b.org>2008-12-16 18:49:00 +0000
commitee08b543c4a36928f8da71087faf4833db5f2304 (patch)
tree1a0266a015894864b72a3e6b61abb48d2a7f2dfe /res/values
parent97fb74f7612cc06090e065575b756e19dce5d5d9 (diff)
downloadconnectbot-ee08b543c4a36928f8da71087faf4833db5f2304.tar.gz
connectbot-ee08b543c4a36928f8da71087faf4833db5f2304.tar.bz2
connectbot-ee08b543c4a36928f8da71087faf4833db5f2304.zip
Add (limited) support for switching encodings on host connections; a more radical change is needed to be fully Unicode.
* This only supports Unicode characters that can be precomposed for now (e.g., no combining marks or other zero-width characters) which will break a lot of languages. * This does not support full-width characters (e.g., Asian languages)
Diffstat (limited to 'res/values')
-rw-r--r--res/values/arrays.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/res/values/arrays.xml b/res/values/arrays.xml
index 4ebe58c..8c03c0b 100644
--- a/res/values/arrays.xml
+++ b/res/values/arrays.xml
@@ -54,4 +54,11 @@
<item>Hints</item>
<item>Keyboard</item>
</string-array>
+
+ <string-array name="list_encodings">
+ <item value="ASCII">ASCII</item>
+ <item value="ISO8859_1">ISO 8859-1</item>
+ <item value="UTF-8">UTF-8</item>
+ </string-array>
+
</resources>