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-hr | |
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-hr')
-rw-r--r-- | java/res/values-hr/donottranslate-more-keys.xml | 35 |
1 files changed, 17 insertions, 18 deletions
diff --git a/java/res/values-hr/donottranslate-more-keys.xml b/java/res/values-hr/donottranslate-more-keys.xml index 9ec04f7dd..9b4005d0d 100644 --- a/java/res/values-hr/donottranslate-more-keys.xml +++ b/java/res/values-hr/donottranslate-more-keys.xml @@ -18,22 +18,21 @@ */ --> <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <!-- \u0161: "š" LATIN SMALL LETTER S WITH CARON - \u015b: "ś" LATIN SMALL LETTER S WITH ACUTE - \u00df: "ß" LATIN SMALL LETTER SHARP S --> - <string name="more_keys_for_s">\u0161,\u015b,\u00df</string> - <!-- \u00f1: "ñ" LATIN SMALL LETTER N WITH TILDE - \u0144: "ń" LATIN SMALL LETTER N WITH ACUTE --> - <string name="more_keys_for_n">\u00f1,\u0144</string> - <string name="more_keys_for_y"></string> - <!-- \u017e: "ž" LATIN SMALL LETTER Z WITH CARON - \u017a: "ź" LATIN SMALL LETTER Z WITH ACUTE - \u017c: "ż" LATIN SMALL LETTER Z WITH DOT ABOVE --> - <string name="more_keys_for_z">\u017e,\u017a,\u017c</string> - <!-- \u010d: "č" LATIN SMALL LETTER C WITH CARON - \u0107: "ć" LATIN SMALL LETTER C WITH ACUTE - \u00e7: "ç" LATIN SMALL LETTER C WITH CEDILLA --> - <string name="more_keys_for_c">\u010d,\u0107,\u00e7</string> - <!-- \u0111: "đ" LATIN SMALL LETTER D WITH STROKE --> - <string name="more_keys_for_d">\u0111</string> + <!-- U+0161: "š" LATIN SMALL LETTER S WITH CARON + U+015B: "ś" LATIN SMALL LETTER S WITH ACUTE + U+00DF: "ß" LATIN SMALL LETTER SHARP S --> + <string name="more_keys_for_s">š,ś,ß</string> + <!-- U+00F1: "ñ" LATIN SMALL LETTER N WITH TILDE + U+0144: "ń" LATIN SMALL LETTER N WITH ACUTE --> + <string name="more_keys_for_n">ñ,ń</string> + <!-- U+017E: "ž" LATIN SMALL LETTER Z WITH CARON + U+017A: "ź" LATIN SMALL LETTER Z WITH ACUTE + U+017C: "ż" LATIN SMALL LETTER Z WITH DOT ABOVE --> + <string name="more_keys_for_z">ž,ź,ż</string> + <!-- U+010D: "č" LATIN SMALL LETTER C WITH CARON + U+0107: "ć" LATIN SMALL LETTER C WITH ACUTE + U+00E7: "ç" LATIN SMALL LETTER C WITH CEDILLA --> + <string name="more_keys_for_c">č,ć,ç</string> + <!-- U+0111: "đ" LATIN SMALL LETTER D WITH STROKE --> + <string name="more_keys_for_d">đ</string> </resources> |