rowkeys_tamil2.xml revision b5696b4f670b5a240534bc81b106de78aba653d9
1<?xml version="1.0" encoding="utf-8"?>
2<!--
3/*
4**
5** Copyright 2014, The Android Open Source Project
6**
7** Licensed under the Apache License, Version 2.0 (the "License");
8** you may not use this file except in compliance with the License.
9** You may obtain a copy of the License at
10**
11**     http://www.apache.org/licenses/LICENSE-2.0
12**
13** Unless required by applicable law or agreed to in writing, software
14** distributed under the License is distributed on an "AS IS" BASIS,
15** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16** See the License for the specific language governing permissions and
17** limitations under the License.
18*/
19-->
20
21<merge xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin">
22    <!-- U+0B93: "ஓ" TAMIL LETTER OO
23         U+0BD0: "ௐ" TAMIL OM -->
24    <Key
25        latin:keySpec="&#x0B93;"
26        latin:moreKeys="&#x0BD0;" />
27    <!-- U+0B8F: "ஏ" TAMIL LETTER EE -->
28    <Key latin:keySpec="&#x0B8F;" />
29    <!-- U+0B85: "அ" TAMIL LETTER A
30         U+0B83: "ஃ" TAMIL SIGN VISARGA -->
31    <Key
32        latin:keySpec="&#x0B85;"
33        latin:moreKeys="&#x0B83;" />
34    <!-- U+0B87: "இ" TAMIL LETTER I -->
35    <Key latin:keySpec="&#x0B87;" />
36    <!-- U+0B89: "உ" TAMIL LETTER U -->
37    <Key latin:keySpec="&#x0B89;" />
38    <!-- U+0BB1: "ற" TAMIL LETTER RRA -->
39    <Key latin:keySpec="&#x0BB1;" />
40    <!-- U+0BAA: "ப" TAMIL LETTER PA -->
41    <Key latin:keySpec="&#x0BAA;" />
42    <!-- U+0B95: "க" TAMIL LETTER KA
43         U+0BB9: "ஹ" TAMIL LETTER HA
44         U+0B95/U+0BCD/U+0BB7: "க்ஷ" TAMIL LETTER KA/TAMIL SIGN VIRAMA/TAMIL LETTER SSA -->
45    <Key
46        latin:keySpec="&#x0B95;"
47        latin:moreKeys="&#x0BB9;,&#x0B95;&#x0BCD;&#x0BB7;" />
48    <!-- U+0BA4: "த" TAMIL LETTER TA -->
49    <Key latin:keySpec="&#x0BA4;" />
50    <!-- U+0B9A: "ச" TAMIL LETTER CA
51         U+0BB8: "ஸ" TAMIL LETTER SA
52         U+0BB6/U+0BCD/U+0BB0/U+0BC0: "ஶ்ரீ" TAMIL LETTER SHA/TAMIL SIGN VIRAMA/TAMIL LETTER RA/TAMIL VOWEL SIGN II -->
53    <Key
54        latin:keySpec="&#x0B9A;"
55        latin:moreKeys="&#x0BB8;,&#x0BB6;&#x0BCD;&#x0BB0;&#x0BC0;" />
56    <!-- U+0B9F: "ட" TAMIL LETTER TTA -->
57    <Key latin:keySpec="&#x0B9F;" />
58</merge>
59