aboutsummaryrefslogtreecommitdiffstats
path: root/java/res/xml/row_symbols_shift4.xml
diff options
context:
space:
mode:
authorKen Wakasa <kwakasa@google.com>2012-02-10 01:08:01 +0900
committerKen Wakasa <kwakasa@google.com>2012-02-11 23:05:23 +0900
commit09c677f56ac0f155c6ecce3776d8c93c20625562 (patch)
tree37aa4fcc155e1c31e150cf2904b5d4d39439b619 /java/res/xml/row_symbols_shift4.xml
parent1bd181fefa348650412b20f89ad683002c206405 (diff)
downloadlatinime-09c677f56ac0f155c6ecce3776d8c93c20625562.tar.gz
latinime-09c677f56ac0f155c6ecce3776d8c93c20625562.tar.xz
latinime-09c677f56ac0f155c6ecce3776d8c93c20625562.zip
Replace UTF-8 string resources with their hex representations
bug: 5988656 Change-Id: Ifc3c3a2eccfc23d75b4066c2c9c02c48dacda55b
Diffstat (limited to 'java/res/xml/row_symbols_shift4.xml')
-rw-r--r--java/res/xml/row_symbols_shift4.xml12
1 files changed, 8 insertions, 4 deletions
diff --git a/java/res/xml/row_symbols_shift4.xml b/java/res/xml/row_symbols_shift4.xml
index dd13b7175..78d5d0297 100644
--- a/java/res/xml/row_symbols_shift4.xml
+++ b/java/res/xml/row_symbols_shift4.xml
@@ -35,14 +35,16 @@
<!-- Note: Neither DroidSans nor Roboto have a glyph for ‟ Double high-reversed-9 quotation mark U+201F. -->
<!-- latin:keyLabelFlags="hasPopupHint" -->
<!-- latin:moreKeys="‟" -->
+ <!-- \u201e: "„" DOUBLE LOW-9 QUOTATION MARK -->
<Key
- latin:keyLabel="„"
+ latin:keyLabel="\u201e"
latin:backgroundType="functional" />
<Key
latin:keyStyle="spaceKeyStyle"
latin:keyWidth="50%p" />
+ <!-- \u2026: "…" HORIZONTAL ELLIPSIS -->
<Key
- latin:keyLabel="…"
+ latin:keyLabel="\u2026"
latin:backgroundType="functional" />
<Key
latin:keyStyle="enterKeyStyle"
@@ -58,15 +60,17 @@
<!-- Note: Neither DroidSans nor Roboto have a glyph for ‟ Double high-reversed-9 quotation mark U+201F. -->
<!-- latin:keyLabelFlags="hasPopupHint" -->
<!-- latin:moreKeys="‟" -->
+ <!-- \u201e: "„" DOUBLE LOW-9 QUOTATION MARK -->
<Key
- latin:keyLabel="„"
+ latin:keyLabel="\u201e"
latin:keyWidth="9.2%p"
latin:backgroundType="functional" />
<Key
latin:keyStyle="spaceKeyStyle"
latin:keyWidth="35.83%p" />
+ <!-- \u2026: "…" HORIZONTAL ELLIPSIS -->
<Key
- latin:keyLabel="…"
+ latin:keyLabel="\u2026"
latin:keyWidth="9.2%p"
latin:backgroundType="functional" />
<Key