Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d5aecce3 authored by Jishnu's avatar Jishnu
Browse files

Rupee Symbol in more keys of currencies.

added unicode indian rupee symbol.

Change-Id: Ia3639acff81c6bd980c914d619f649a366c0e623
parent 134712da
Loading
Loading
Loading
Loading
+5 −4
Original line number Diff line number Diff line
@@ -253,10 +253,11 @@ public final class KeyboardTextsSet {
        // U+20AC: "€" EURO SIGN
        // U+00A5: "¥" YEN SIGN
        // U+20B1: "₱" PESO SIGN
        /* 46 */ "\u00A2,\u00A3,\u20AC,\u00A5,\u20B1",
        /* 47 */ "\u00A2,\u00A3,$,\u00A5,\u20B1",
        /* 48 */ "\u00A2,$,\u20AC,\u00A5,\u20B1",
        /* 49 */ "\u00A2,$,\u20AC,\u00A3,\u00A5,\u20B1",
        // U+20B9: "₹" RUPEE SIGN
        /* 46 */ "\u00A2,\u00A3,\u20AC,\u00A5,\u20B1,\u20B9",
        /* 47 */ "\u00A2,\u00A3,$,\u00A5,\u20B1,\u20B9",
        /* 48 */ "\u00A2,$,\u20AC,\u00A5,\u20B1,\u20B9",
        /* 49 */ "\u00A2,$,\u20AC,\u00A3,\u00A5,\u20B1,\u20B9",
        /* 50 */ "!fixedColumnOrder!8,\",\',#,-,:,!,\\,,?,@,&,\\%,+,;,/,(,)",
        // U+2020: "†" DAGGER
        // U+2021: "‡" DOUBLE DAGGER
+6 −5
Original line number Diff line number Diff line
@@ -72,11 +72,12 @@
         U+00A3: "£" POUND SIGN
         U+20AC: "€" EURO SIGN
         U+00A5: "¥" YEN SIGN
         U+20B1: "₱" PESO SIGN -->
    <string name="more_keys_for_currency_dollar">&#x00A2;,&#x00A3;,&#x20AC;,&#x00A5;,&#x20B1;</string>
    <string name="more_keys_for_currency_euro">&#x00A2;,&#x00A3;,$,&#x00A5;,&#x20B1;</string>
    <string name="more_keys_for_currency_pound">&#x00A2;,$,&#x20AC;,&#x00A5;,&#x20B1;</string>
    <string name="more_keys_for_currency_general">&#x00A2;,$,&#x20AC;,&#x00A3;,&#x00A5;,&#x20B1;</string>
         U+20B1: "₱" PESO SIGN
         U+20B9: "₹" RUPEE SIGN -->
    <string name="more_keys_for_currency_dollar">&#x00A2;,&#x00A3;,&#x20AC;,&#x00A5;,&#x20B1;,&#x20B9;</string>
    <string name="more_keys_for_currency_euro">&#x00A2;,&#x00A3;,$,&#x00A5;,&#x20B1;,&#x20B9;</string>
    <string name="more_keys_for_currency_pound">&#x00A2;,$,&#x20AC;,&#x00A5;,&#x20B1;,&#x20B9;</string>
    <string name="more_keys_for_currency_general">&#x00A2;,$,&#x20AC;,&#x00A3;,&#x00A5;,&#x20B1;,&#x20B9;</string>
    <string name="more_keys_for_punctuation">"!fixedColumnOrder!8,\",\',#,-,:,!,\\,,\?,\@,&amp;,\\%,+,;,/,(,)"</string>
    <!-- U+2020: "†" DAGGER
         U+2021: "‡" DOUBLE DAGGER