From 34ce778802f10881602d484c54d5a65f4bc71dc6 Mon Sep 17 00:00:00 2001 From: "Tadashi G. Takaoka" Date: Mon, 25 Jul 2011 11:39:27 -0700 Subject: [PATCH] Add Bidi-Mirrored letter list link as comment Bug: 5047217 Change-Id: I29449892803c5150726aebfe97ecef6d481e1e97 --- java/src/com/android/inputmethod/keyboard/Key.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/java/src/com/android/inputmethod/keyboard/Key.java b/java/src/com/android/inputmethod/keyboard/Key.java index 8b8930a86..3b6343d19 100644 --- a/java/src/com/android/inputmethod/keyboard/Key.java +++ b/java/src/com/android/inputmethod/keyboard/Key.java @@ -159,6 +159,8 @@ public class Key { private static final Map sRtlParenthesisMap = new HashMap(); static { + // The all letters need to be mirrored are found at + // http://www.unicode.org/Public/6.0.0/ucd/extracted/DerivedBinaryProperties.txt addRtlParenthesisPair('(', ')'); addRtlParenthesisPair('[', ']'); addRtlParenthesisPair('{', '}');