Fix Persian symbols shifted output text
Bug: 13017434 Change-Id: I57af849ae4342bfee3fa08d7e90c6a6dbc229380main
parent
d28ac52033
commit
ef27c83e74
|
@ -1567,8 +1567,8 @@ public final class KeyboardTextsTable {
|
||||||
// U+00BB: "»" RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK
|
// U+00BB: "»" RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK
|
||||||
// U+2039: "‹" SINGLE LEFT-POINTING ANGLE QUOTATION MARK
|
// U+2039: "‹" SINGLE LEFT-POINTING ANGLE QUOTATION MARK
|
||||||
// U+203A: "›" SINGLE RIGHT-POINTING ANGLE QUOTATION MARK
|
// U+203A: "›" SINGLE RIGHT-POINTING ANGLE QUOTATION MARK
|
||||||
/* more_keys_for_less_than */ "!fixedColumnOrder!3,!text/keyspec_left_single_angle_quote;,!text/keyspec_less_than_equal;,!text/keyspec_less_than",
|
/* more_keys_for_less_than */ "!fixedColumnOrder!3,!text/keyspec_left_single_angle_quote,!text/keyspec_less_than_equal,!text/keyspec_less_than",
|
||||||
/* more_keys_for_greater_than */ "!fixedColumnOrder!3,!text/keyspec_right_single_angle_quote;,!text/keyspec_greater_than_equal;,!text/keyspec_greater_than",
|
/* more_keys_for_greater_than */ "!fixedColumnOrder!3,!text/keyspec_right_single_angle_quote,!text/keyspec_greater_than_equal,!text/keyspec_greater_than",
|
||||||
};
|
};
|
||||||
|
|
||||||
/* Language fi: Finnish */
|
/* Language fi: Finnish */
|
||||||
|
|
|
@ -110,8 +110,8 @@
|
||||||
U+00BB: "»" RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK
|
U+00BB: "»" RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK
|
||||||
U+2039: "‹" SINGLE LEFT-POINTING ANGLE QUOTATION MARK
|
U+2039: "‹" SINGLE LEFT-POINTING ANGLE QUOTATION MARK
|
||||||
U+203A: "›" SINGLE RIGHT-POINTING ANGLE QUOTATION MARK -->
|
U+203A: "›" SINGLE RIGHT-POINTING ANGLE QUOTATION MARK -->
|
||||||
<string name="more_keys_for_less_than">!fixedColumnOrder!3,!text/keyspec_left_single_angle_quote;,!text/keyspec_less_than_equal;,!text/keyspec_less_than</string>
|
<string name="more_keys_for_less_than">!fixedColumnOrder!3,!text/keyspec_left_single_angle_quote,!text/keyspec_less_than_equal,!text/keyspec_less_than</string>
|
||||||
<string name="more_keys_for_greater_than">!fixedColumnOrder!3,!text/keyspec_right_single_angle_quote;,!text/keyspec_greater_than_equal;,!text/keyspec_greater_than</string>
|
<string name="more_keys_for_greater_than">!fixedColumnOrder!3,!text/keyspec_right_single_angle_quote,!text/keyspec_greater_than_equal,!text/keyspec_greater_than</string>
|
||||||
<string name="keyspec_left_parenthesis">(|)</string>
|
<string name="keyspec_left_parenthesis">(|)</string>
|
||||||
<string name="keyspec_right_parenthesis">)|(</string>
|
<string name="keyspec_right_parenthesis">)|(</string>
|
||||||
<string name="keyspec_left_square_bracket">[|]</string>
|
<string name="keyspec_left_square_bracket">[|]</string>
|
||||||
|
|
Loading…
Reference in New Issue