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

Add a few Arabic symbols

Bug: 5458689
Change-Id: I61ce876606ce3fa620d606752c8e5442b8ad78d6
parent 720baf0c
No related branches found
No related tags found
No related merge requests found
...@@ -102,5 +102,10 @@ ...@@ -102,5 +102,10 @@
<!-- In order to make Tatweel easily distinguishable from other punctuations, we use consecutive Tatweels only for its displayed label. --> <!-- In order to make Tatweel easily distinguishable from other punctuations, we use consecutive Tatweels only for its displayed label. -->
<string name="more_keys_for_dash">"\u0651,\u0652,\u064c,\u0653,\u064f,\u0650,\u064e,\u064b,\u0640\u0640\u0640|\u0640,\u064d,\u0654,\u0656,\u0655,\u0670"</string> <string name="more_keys_for_dash">"\u0651,\u0652,\u064c,\u0653,\u064f,\u0650,\u064e,\u064b,\u0640\u0640\u0640|\u0640,\u064d,\u0654,\u0656,\u0655,\u0670"</string>
<string name="more_keys_for_bullet"></string> <string name="more_keys_for_bullet"></string>
<string name="more_keys_for_star"></string> <!-- \u066d: ARABIC FIVE POINTED STAR -->
<string name="more_keys_for_star">★,\u066d</string>
<!-- \ufd3e: ORNATE LEFT PARENTHESIS -->
<string name="more_keys_for_left_parenthesis">[,{,&lt;,\ufd3e</string>
<!-- \ufd3f: ORNATE RIGHT PARENTHESIS -->
<string name="more_keys_for_right_parenthesis">],},&gt;,\ufd3f</string>
</resources> </resources>
...@@ -99,4 +99,6 @@ ...@@ -99,4 +99,6 @@
<string name="more_keys_for_bullet">♪,♥,♠,♦,♣</string> <string name="more_keys_for_bullet">♪,♥,♠,♦,♣</string>
<string name="more_keys_for_star">†,‡,★</string> <string name="more_keys_for_star">†,‡,★</string>
<string name="more_keys_for_plus">±</string> <string name="more_keys_for_plus">±</string>
<string name="more_keys_for_left_parenthesis">[,{,&lt;</string>
<string name="more_keys_for_right_parenthesis">],},&gt;</string>
</resources> </resources>
...@@ -85,10 +85,10 @@ ...@@ -85,10 +85,10 @@
latin:moreKeys="@string/more_keys_for_plus" /> latin:moreKeys="@string/more_keys_for_plus" />
<Key <Key
latin:keyLabel="(" latin:keyLabel="("
latin:moreKeys="[,{,&lt;" /> latin:moreKeys="@string/more_keys_for_left_parenthesis" />
<Key <Key
latin:keyLabel=")" latin:keyLabel=")"
latin:moreKeys="],},&gt;" latin:moreKeys="@string/more_keys_for_right_parenthesis"
latin:keyWidth="fillRight" /> latin:keyWidth="fillRight" />
</Row> </Row>
<Row <Row
......
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