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/values-ky | |
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/values-ky')
-rw-r--r-- | java/res/values-ky/donottranslate-more-keys.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/java/res/values-ky/donottranslate-more-keys.xml b/java/res/values-ky/donottranslate-more-keys.xml index 563a19970..824620987 100644 --- a/java/res/values-ky/donottranslate-more-keys.xml +++ b/java/res/values-ky/donottranslate-more-keys.xml @@ -18,10 +18,10 @@ */ --> <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <!-- \u04af: "ү" CYRILLIC SMALL LETTER STRAIGHT U --> - <string name="more_keys_for_slavic_u">\u04af</string> - <!-- \u04a3: "ң" CYRILLIC SMALL LETTER EN WITH DESCENDER --> - <string name="more_keys_for_slavic_en">\u04a3</string> - <!-- \u04e9: "ө" CYRILLIC SMALL LETTER BARRED O --> - <string name="more_keys_for_slavic_o">\u04e9</string> + <!-- U+04AF: "ү" CYRILLIC SMALL LETTER STRAIGHT U --> + <string name="more_keys_for_slavic_u">ү</string> + <!-- U+04A3: "ң" CYRILLIC SMALL LETTER EN WITH DESCENDER --> + <string name="more_keys_for_slavic_en">ң</string> + <!-- U+04E9: "ө" CYRILLIC SMALL LETTER BARRED O --> + <string name="more_keys_for_slavic_o">ө</string> </resources> |