aboutsummaryrefslogtreecommitdiffstats
path: root/java/res/xml/rowkeys_tamil2.xml
diff options
context:
space:
mode:
authorTadashi G. Takaoka <takaoka@google.com>2014-08-11 15:22:19 +0900
committerTadashi G. Takaoka <takaoka@google.com>2014-08-11 18:07:27 +0900
commit25906373ffe1b0e3e99b7412e9fd2a54f5d73345 (patch)
tree7cac755c36a5bab0ccd0fdd07c08c08b87287794 /java/res/xml/rowkeys_tamil2.xml
parent2863997abd6e27b6b8ab06efe1f58d5ba3b4a908 (diff)
downloadlatinime-25906373ffe1b0e3e99b7412e9fd2a54f5d73345.tar.gz
latinime-25906373ffe1b0e3e99b7412e9fd2a54f5d73345.tar.xz
latinime-25906373ffe1b0e3e99b7412e9fd2a54f5d73345.zip
Fix Tamil keyboard
This CL adds Tamil (Sri Lanka) and Tamil (Singapore) subtypes. This CL also fixes Sinhala Keyboard's currency symbol. Bug: 9978106 Bug: 6911143 Change-Id: I2060978097882d0f4b1ec10f1103260ed8a447d0
Diffstat (limited to 'java/res/xml/rowkeys_tamil2.xml')
-rw-r--r--java/res/xml/rowkeys_tamil2.xml24
1 files changed, 17 insertions, 7 deletions
diff --git a/java/res/xml/rowkeys_tamil2.xml b/java/res/xml/rowkeys_tamil2.xml
index 894825cb4..ec0b2a83c 100644
--- a/java/res/xml/rowkeys_tamil2.xml
+++ b/java/res/xml/rowkeys_tamil2.xml
@@ -20,21 +20,31 @@
<merge xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin">
<!-- U+0B93: "ஓ" TAMIL LETTER OO
+ U+0BCB: "ோ" TAMIL VOWEL SIGN OO
U+0BD0: "ௐ" TAMIL OM -->
<Key
latin:keySpec="&#x0B93;"
- latin:moreKeys="&#x0BD0;" />
- <!-- U+0B8F: "ஏ" TAMIL LETTER EE -->
- <Key latin:keySpec="&#x0B8F;" />
+ latin:moreKeys="&#x0BCB;,&#x0BD0;" />
+ <!-- U+0B8F: "ஏ" TAMIL LETTER EE
+ U+0BC7: "ே" TAMIL VOWEL SIGN EE -->
+ <Key
+ latin:keySpec="&#x0B8F;"
+ latin:moreKeys="&#x0BC7;" />
<!-- U+0B85: "அ" TAMIL LETTER A
U+0B83: "ஃ" TAMIL SIGN VISARGA -->
<Key
latin:keySpec="&#x0B85;"
latin:moreKeys="&#x0B83;" />
- <!-- U+0B87: "இ" TAMIL LETTER I -->
- <Key latin:keySpec="&#x0B87;" />
- <!-- U+0B89: "உ" TAMIL LETTER U -->
- <Key latin:keySpec="&#x0B89;" />
+ <!-- U+0B87: "இ" TAMIL LETTER I
+ U+0BBF: "ி" TAMIL VOWEL SIGN I -->
+ <Key
+ latin:keySpec="&#x0B87;"
+ latin:moreKeys="&#x0BBF;" />
+ <!-- U+0B89: "உ" TAMIL LETTER U
+ U+0BC1: "ு" TAMIL VOWEL SIGN U -->
+ <Key
+ latin:keySpec="&#x0B89;"
+ latin:moreKeys="&#x0BC1;" />
<!-- U+0BB1: "ற" TAMIL LETTER RRA -->
<Key latin:keySpec="&#x0BB1;" />
<!-- U+0BAA: "ப" TAMIL LETTER PA -->