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+0C46: "" TELUGU VOWEL SIGN E 23 U+0C12: "" TELUGU LETTER O --> 24 <Key 25 latin:keySpec="ె" 26 latin:moreKeys="ఒ" /> 27 <!-- U+0C02: "" TELUGU SIGN ANUSVARA 28 U+0C0E: "" TELUGU LETTER E --> 29 <Key 30 latin:keySpec="ం" 31 latin:moreKeys="ఎ" /> 32 <!-- U+0C2E: "" TELUGU LETTER MA --> 33 <Key latin:keySpec="మ" /> 34 <!-- U+0C28: "" TELUGU LETTER NA 35 U+0C23: "" TELUGU LETTER NNA 36 U+0C19: "" TELUGU LETTER NGA --> 37 <Key 38 latin:keySpec="న" 39 latin:moreKeys="ణ,ఙ" /> 40 <!-- U+0C35: "" TELUGU LETTER VA --> 41 <Key latin:keySpec="వ" /> 42 <!-- U+0C32: "" TELUGU LETTER LA 43 U+0C33: "" TELUGU LETTER LLA --> 44 <Key 45 latin:keySpec="ల" 46 latin:moreKeys="ళ" /> 47 <!-- U+0C38: "" TELUGU LETTER SA 48 U+0C36: "" TELUGU LETTER SHA --> 49 <Key 50 latin:keySpec="స" 51 latin:moreKeys="శ" /> 52 <!-- U+0C0B: "" TELUGU LETTER VOCALIC R 53 U+0C4D/U+0C30: "" TELUGU SIGN VIRAMA/TELUGU LETTER RA --> 54 <Key 55 latin:keySpec="ఋ" 56 latin:moreKeys="్ర" /> 57 <!-- U+0C37: "" TELUGU LETTER SSA 58 U+0C15/U+0C4D/U+0C37: "" TELUGU LETTER KA/TELUGU SIGN VIRAMA/TELUGU LETTER SSA --> 59 <Key 60 latin:keySpec="ష" 61 latin:moreKeys="క్ష" /> 62 <!-- U+0C2F: "" TELUGU LETTER YA 63 U+0C1C/U+0C4D/U+0C1E: "" TELUGU LETTER JA/TELUGU SIGN VIRAMA/TELUGU LETTER NYA --> 64 <Key 65 latin:keySpec="య" 66 latin:moreKeys="జ్ఞ" /> 67 </merge> 68