aboutsummaryrefslogtreecommitdiffstats
path: root/res/xml/host_prefs.xml
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/xml/host_prefs.xml
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/xml/host_prefs.xml')
-rw-r--r--res/xml/host_prefs.xml10
1 files changed, 9 insertions, 1 deletions
diff --git a/res/xml/host_prefs.xml b/res/xml/host_prefs.xml
index e414a93..15035cb 100644
--- a/res/xml/host_prefs.xml
+++ b/res/xml/host_prefs.xml
@@ -39,7 +39,7 @@
<ListPreference
android:key="pubkeyid"
- android:title="Use key authentication"
+ android:title="Use pubkey authentication"
android:entries="@array/list_pubkeyids"
android:entryValues="@array/list_pubkeyids"
/>
@@ -62,6 +62,14 @@
android:summary="Disable this preference to only use port forwards"
/>
+ <ListPreference
+ android:key="encoding"
+ android:title="Encoding"
+ android:summary="Character encoding for the host"
+ android:entries="@array/list_encodings"
+ android:entryValues="@array/list_encodings"
+ />
+
<PreferenceCategory
android:title="Connection settings">