Merge "Fix Hebrew currency symbol"

main
Tadashi G. Takaoka 2013-08-22 02:03:09 +00:00 committed by Android (Google) Code Review
commit 198b52f6db
2 changed files with 6 additions and 3 deletions

View File

@ -1899,9 +1899,10 @@ public final class KeyboardTextsSet {
/* 47 */ "\u201C,\u201D,\u201E",
/* 48 */ "!text/single_laqm_raqm_rtl",
/* 49 */ "!text/double_laqm_raqm_rtl",
/* 50~ */
null, null, null,
/* ~52 */
/* 50 */ null,
// U+20AA: "₪" NEW SHEQEL SIGN
/* 51 */ "\u20AA",
/* 52 */ null,
/* 53 */ "!fixedColumnOrder!8,\",\',#,-,:,!,\\,,?,@,&,\\%,+,;,/,(|),)|(",
// U+2605: "★" BLACK STAR
/* 54 */ "\u2605",

View File

@ -52,4 +52,6 @@
<string name="double_quotes">&#x201C;,&#x201D;,&#x201E;</string>
<string name="single_angle_quotes">!text/single_laqm_raqm_rtl</string>
<string name="double_angle_quotes">!text/double_laqm_raqm_rtl</string>
<!-- U+20AA: "₪" NEW SHEQEL SIGN -->
<string name="keylabel_for_currency_generic">&#x20AA;</string>
</resources>