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_azerty.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_azerty.xml')
-rw-r--r-- | java/res/xml/rows_azerty.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/res/xml/rows_azerty.xml b/java/res/xml/rows_azerty.xml index 533c683d6..6f607cbe1 100644 --- a/java/res/xml/rows_azerty.xml +++ b/java/res/xml/rows_azerty.xml @@ -136,7 +136,7 @@ order of "4,3,1,2". See @string/more_keys_for_single_quote --> <Key latin:keyLabel="\'" - latin:moreKeys="\u2018,\u2019,\u201b,\u201a" /> + latin:moreKeys="‘,’,‛,‚" /> <Key latin:keyStyle="deleteKeyStyle" latin:keyWidth="fillRight" |