mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
Merge "Add Bidi-Mirrored letter list link as comment"
This commit is contained in:
commit
71ffd74f05
@ -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('{', '}');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user