diff options
author | 2012-02-14 17:20:00 +0900 | |
---|---|---|
committer | 2012-02-15 06:44:09 +0900 | |
commit | a56639613bb1a6a3f15511cf6b36c38f79b3c520 (patch) | |
tree | 719205bf8733dd074bbf6b2082637bd5f0f71727 /java/res/xml/rows_spanish.xml | |
parent | ad0987c33b70a9e60c08f81faadde377ce84acd1 (diff) | |
download | latinime-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_spanish.xml')
-rw-r--r-- | java/res/xml/rows_spanish.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/java/res/xml/rows_spanish.xml b/java/res/xml/rows_spanish.xml index 5fc2a00b9..5831a2bef 100644 --- a/java/res/xml/rows_spanish.xml +++ b/java/res/xml/rows_spanish.xml @@ -52,9 +52,9 @@ <Key latin:keyLabel="l" latin:moreKeys="@string/more_keys_for_l" /> - <!-- \u00f1: "ñ" LATIN SMALL LETTER N WITH TILDE --> + <!-- U+00F1: "ñ" LATIN SMALL LETTER N WITH TILDE --> <Key - latin:keyLabel="\u00f1" /> + latin:keyLabel="ñ" /> </Row> <include latin:keyboardLayout="@xml/row_qwerty3" /> |