aboutsummaryrefslogtreecommitdiffstats
path: root/java/res/xml/rows_symbols_shift.xml
diff options
context:
space:
mode:
authorKen Wakasa <kwakasa@google.com>2012-02-14 17:20:00 +0900
committerKen Wakasa <kwakasa@google.com>2012-02-15 06:44:09 +0900
commita56639613bb1a6a3f15511cf6b36c38f79b3c520 (patch)
tree719205bf8733dd074bbf6b2082637bd5f0f71727 /java/res/xml/rows_symbols_shift.xml
parentad0987c33b70a9e60c08f81faadde377ce84acd1 (diff)
downloadlatinime-a56639613bb1a6a3f15511cf6b36c38f79b3c520.tar.gz
latinime-a56639613bb1a6a3f15511cf6b36c38f79b3c520.tar.xz
latinime-a56639613bb1a6a3f15511cf6b36c38f79b3c520.zip
Use more standard Unicode notations in keyboard layout resource files.
bug: 5988656 Change-Id: Ie2416ccd790f29934a37e9dc77d7525e5113048a
Diffstat (limited to 'java/res/xml/rows_symbols_shift.xml')
-rw-r--r--java/res/xml/rows_symbols_shift.xml68
1 files changed, 34 insertions, 34 deletions
diff --git a/java/res/xml/rows_symbols_shift.xml b/java/res/xml/rows_symbols_shift.xml
index 168fc9ef9..3fb821486 100644
--- a/java/res/xml/rows_symbols_shift.xml
+++ b/java/res/xml/rows_symbols_shift.xml
@@ -34,23 +34,23 @@
latin:keyLabel="`" />
<Key
latin:keyLabel="|" />
- <!-- \u2022: "•" BULLET -->
+ <!-- U+2022: "•" BULLET -->
<Key
- latin:keyLabel="\u2022"
+ latin:keyLabel="&#x2022;"
latin:moreKeys="@string/more_keys_for_bullet" />
- <!-- \u221a: "√" SQUARE ROOT -->
+ <!-- U+221A: "√" SQUARE ROOT -->
<Key
- latin:keyLabel="\u221a" />
- <!-- \u03c0: "π" GREEK SMALL LETTER PI -->
+ latin:keyLabel="&#x221A;" />
+ <!-- U+03C0: "π" GREEK SMALL LETTER PI -->
<Key
- latin:keyLabel="\u03c0"
+ latin:keyLabel="&#x03C0;"
latin:moreKeys="Π" />
- <!-- \u00f7: "÷" DIVISION SIGN -->
+ <!-- U+00F7: "÷" DIVISION SIGN -->
<Key
- latin:keyLabel="\u00f7" />
- <!-- \u00d7: "×" MULTIPLICATION SIGN -->
+ latin:keyLabel="&#x00F7;" />
+ <!-- U+00D7: "×" MULTIPLICATION SIGN -->
<Key
- latin:keyLabel="\u00d7" />
+ latin:keyLabel="&#x00D7;" />
<include
latin:keyboardLayout="@xml/keys_curly_brackets" />
</Row>
@@ -65,27 +65,27 @@
latin:keyStyle="moreCurrency2KeyStyle" />
<Key
latin:keyStyle="moreCurrency3KeyStyle" />
- <!-- \u00b0: "°" DEGREE SIGN
- \u2032: "′" PRIME
- \u2033: "″" DOUBLE PRIME -->
+ <!-- U+00B0: "°" DEGREE SIGN
+ U+2032: "′" PRIME
+ U+2033: "″" DOUBLE PRIME -->
<Key
- latin:keyLabel="\u00b0"
- latin:moreKeys="\u2032,\u2033" />
- <!-- \u2191: "↑" UPWARDS ARROW
- \u2193: "↓" DOWNWARDS ARROW
- \u2190: "←" LEFTWARDS ARROW
- \u2192: "→" RIGHTWARDS ARROW -->
+ latin:keyLabel="&#x00B0;"
+ latin:moreKeys="&#x2032;,&#x2033;" />
+ <!-- U+2191: "↑" UPWARDS ARROW
+ U+2193: "↓" DOWNWARDS ARROW
+ U+2190: "←" LEFTWARDS ARROW
+ U+2192: "→" RIGHTWARDS ARROW -->
<Key
latin:keyLabel="^"
- latin:moreKeys="\u2191,\u2193,\u2190,\u2192" />
+ latin:moreKeys="&#x2191;,&#x2193;,&#x2190;,&#x2192;" />
<Key
latin:keyLabel="_" />
- <!-- \u2260: "≠" NOT EQUAL TO
- \u2248: "≈" ALMOST EQUAL TO
- \u221e: "∞" INFINITY -->
+ <!-- U+2260: "≠" NOT EQUAL TO
+ U+2248: "≈" ALMOST EQUAL TO
+ U+221E: "∞" INFINITY -->
<Key
latin:keyLabel="="
- latin:moreKeys="\u2260,\u2248,\u221e" />
+ latin:moreKeys="&#x2260;,&#x2248;,&#x221E;" />
<include
latin:keyboardLayout="@xml/keys_square_brackets" />
</Row>
@@ -96,20 +96,20 @@
latin:keyStyle="backFromMoreSymbolKeyStyle"
latin:keyWidth="15%p"
latin:visualInsetsRight="1%p" />
- <!-- \u2122: "™" TRADE MARK SIGN -->
+ <!-- U+2122: "™" TRADE MARK SIGN -->
<Key
- latin:keyLabel="\u2122" />
- <!-- \u00ae: "®" REGISTERED SIGN -->
+ latin:keyLabel="&#x2122;" />
+ <!-- U+00AE: "®" REGISTERED SIGN -->
<Key
- latin:keyLabel="\u00ae" />
- <!-- \u00a9: "©" COPYRIGHT SIGN -->
+ latin:keyLabel="&#x00AE;" />
+ <!-- U+00A9: "©" COPYRIGHT SIGN -->
<Key
- latin:keyLabel="\u00a9" />
- <!-- \u00b6: "¶" PILCROW SIGN
- \u00a7: "§" SECTION SIGN -->
+ latin:keyLabel="&#x00A9;" />
+ <!-- U+00B6: "¶" PILCROW SIGN
+ U+00A7: "§" SECTION SIGN -->
<Key
- latin:keyLabel="\u00b6"
- latin:moreKeys="\u00a7" />
+ latin:keyLabel="&#x00B6;"
+ latin:moreKeys="&#x00A7;" />
<Key
latin:keyLabel="\\" />
<include