From ee08b543c4a36928f8da71087faf4833db5f2304 Mon Sep 17 00:00:00 2001 From: Kenny Root Date: Tue, 16 Dec 2008 18:49:00 +0000 Subject: 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) --- res/xml/host_prefs.xml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'res/xml/host_prefs.xml') 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 @@ @@ -62,6 +62,14 @@ android:summary="Disable this preference to only use port forwards" /> + + -- cgit v1.2.3