Skip to content
Snippets Groups Projects
Commit 34ce7788 authored by Tadashi G. Takaoka's avatar Tadashi G. Takaoka
Browse files

Add Bidi-Mirrored letter list link as comment

Bug: 5047217
Change-Id: I29449892803c5150726aebfe97ecef6d481e1e97
parent 7139335d
No related branches found
No related tags found
No related merge requests found
...@@ -159,6 +159,8 @@ public class Key { ...@@ -159,6 +159,8 @@ public class Key {
private static final Map<Integer, Integer> sRtlParenthesisMap = new HashMap<Integer, Integer>(); private static final Map<Integer, Integer> sRtlParenthesisMap = new HashMap<Integer, Integer>();
static { 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('[', ']'); addRtlParenthesisPair('[', ']');
addRtlParenthesisPair('{', '}'); addRtlParenthesisPair('{', '}');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment