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="ஒ" 26 latin:moreKeys="ொ" /> 27 <!-- U+0B8E: "" TAMIL LETTER E 28 U+0BC6: "" TAMIL VOWEL SIGN E --> 29 <Key 30 latin:keySpec="எ" 31 latin:moreKeys="ெ" /> 32 <!-- U+0BCD: "" TAMIL SIGN VIRAMA --> 33 <Key latin:keySpec="்" /> 34 <!-- U+0BB0: "" TAMIL LETTER RA --> 35 <Key latin:keySpec="ர" /> 36 <!-- U+0BB5: "" TAMIL LETTER VA --> 37 <Key latin:keySpec="வ" /> 38 <!-- U+0BB4: " TAMIL LETTER LLLA --> 39 <Key latin:keySpec="ழ" /> 40 <!-- U+0BB2: "" TAMIL LETTER LA --> 41 <Key latin:keySpec="ல" /> 42 <!-- U+0BB3: "" TAMIL LETTER LLA --> 43 <Key latin:keySpec="ள" /> 44 <!-- U+0BAF: "" TAMIL LETTER YA --> 45 <Key latin:keySpec="ய" /> 46 <!-- U+0BB7: "" TAMIL LETTER SSA 47 U+0B9C: "" TAMIL LETTER JA --> 48 <Key 49 latin:keySpec="ஷ" 50 latin:moreKeys="ஜ" /> 51 </merge> 52