rowkeys_tamil3.xml revision 25906373ffe1b0e3e99b7412e9fd2a54f5d73345
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+0B92: "ஒ" TAMIL LETTER O
23         U+0BCA: "ொ" TAMIL VOWEL SIGN O -->
24    <Key
25        latin:keySpec="&#x0B92;"
26        latin:moreKeys="&#x0BCA;" />
27    <!-- U+0B8E: "எ" TAMIL LETTER E
28         U+0BC6: "ெ" TAMIL VOWEL SIGN E -->
29    <Key
30        latin:keySpec="&#x0B8E;"
31        latin:moreKeys="&#x0BC6;" />
32    <!-- U+0BCD: "்" TAMIL SIGN VIRAMA -->
33    <Key latin:keySpec="&#x0BCD;" />
34    <!-- U+0BB0: "ர" TAMIL LETTER RA -->
35    <Key latin:keySpec="&#x0BB0;" />
36    <!-- U+0BB5: "வ" TAMIL LETTER VA -->
37    <Key latin:keySpec="&#x0BB5;" />
38    <!-- U+0BB4: "ழ TAMIL LETTER LLLA -->
39    <Key latin:keySpec="&#x0BB4;" />
40    <!-- U+0BB2: "ல" TAMIL LETTER LA -->
41    <Key latin:keySpec="&#x0BB2;" />
42    <!-- U+0BB3: "ள" TAMIL LETTER LLA -->
43    <Key latin:keySpec="&#x0BB3;" />
44    <!-- U+0BAF: "ய" TAMIL LETTER YA -->
45    <Key latin:keySpec="&#x0BAF;" />
46    <!-- U+0BB7: "ஷ" TAMIL LETTER SSA
47         U+0B9C: "ஜ" TAMIL LETTER JA -->
48    <Key
49        latin:keySpec="&#x0BB7;"
50        latin:moreKeys="&#x0B9C;" />
51</merge>
52