diff options
author | 2012-02-10 01:08:01 +0900 | |
---|---|---|
committer | 2012-02-11 23:05:23 +0900 | |
commit | 09c677f56ac0f155c6ecce3776d8c93c20625562 (patch) | |
tree | 37aa4fcc155e1c31e150cf2904b5d4d39439b619 /java/res/xml/rows_spanish.xml | |
parent | 1bd181fefa348650412b20f89ad683002c206405 (diff) | |
download | latinime-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/rows_spanish.xml')
-rw-r--r-- | java/res/xml/rows_spanish.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/java/res/xml/rows_spanish.xml b/java/res/xml/rows_spanish.xml index 4b4cb9d1f..5fc2a00b9 100644 --- a/java/res/xml/rows_spanish.xml +++ b/java/res/xml/rows_spanish.xml @@ -52,8 +52,9 @@ <Key latin:keyLabel="l" latin:moreKeys="@string/more_keys_for_l" /> + <!-- \u00f1: "ñ" LATIN SMALL LETTER N WITH TILDE --> <Key - latin:keyLabel="ñ" /> + latin:keyLabel="\u00f1" /> </Row> <include latin:keyboardLayout="@xml/row_qwerty3" /> |