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+0BCB: "ோ" TAMIL VOWEL SIGN OO 24 U+0BD0: "ௐ" TAMIL OM --> 25 <Key 26 latin:keySpec="ஓ" 27 latin:moreKeys="ோ,ௐ" /> 28 <!-- U+0B8F: "ஏ" TAMIL LETTER EE 29 U+0BC7: "ே" TAMIL VOWEL SIGN EE --> 30 <Key 31 latin:keySpec="ஏ" 32 latin:moreKeys="ே" /> 33 <!-- U+0B85: "அ" TAMIL LETTER A 34 U+0B83: "ஃ" TAMIL SIGN VISARGA --> 35 <Key 36 latin:keySpec="அ" 37 latin:moreKeys="ஃ" /> 38 <!-- U+0B87: "இ" TAMIL LETTER I 39 U+0BBF: "ி" TAMIL VOWEL SIGN I --> 40 <Key 41 latin:keySpec="இ" 42 latin:moreKeys="ி" /> 43 <!-- U+0B89: "உ" TAMIL LETTER U 44 U+0BC1: "ு" TAMIL VOWEL SIGN U --> 45 <Key 46 latin:keySpec="உ" 47 latin:moreKeys="ு" /> 48 <!-- U+0BB1: "ற" TAMIL LETTER RRA --> 49 <Key latin:keySpec="ற" /> 50 <!-- U+0BAA: "ப" TAMIL LETTER PA --> 51 <Key latin:keySpec="ப" /> 52 <!-- U+0B95: "க" TAMIL LETTER KA 53 U+0BB9: "ஹ" TAMIL LETTER HA 54 U+0B95/U+0BCD/U+0BB7: "க்ஷ" TAMIL LETTER KA/TAMIL SIGN VIRAMA/TAMIL LETTER SSA --> 55 <Key 56 latin:keySpec="க" 57 latin:moreKeys="ஹ,க்ஷ" /> 58 <!-- U+0BA4: "த" TAMIL LETTER TA --> 59 <Key latin:keySpec="த" /> 60 <!-- U+0B9A: "ச" TAMIL LETTER CA 61 U+0BB8: "ஸ" TAMIL LETTER SA 62 U+0BB6/U+0BCD/U+0BB0/U+0BC0: "ஶ்ரீ" TAMIL LETTER SHA/TAMIL SIGN VIRAMA/TAMIL LETTER RA/TAMIL VOWEL SIGN II --> 63 <Key 64 latin:keySpec="ச" 65 latin:moreKeys="ஸ,ஶ்ரீ" /> 66 <!-- U+0B9F: "ட" TAMIL LETTER TTA --> 67 <Key latin:keySpec="ட" /> 68</merge> 69