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/values/arrays.xml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'res/values') 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 @@ Hints Keyboard + + + ASCII + ISO 8859-1 + UTF-8 + + -- cgit v1.2.3