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+0981: "ঁ" BENGALI SIGN CANDRABINDU 23 U+0983: "ঃ" BENGALI SIGN VISARGA 24 U+0982: "ং" BENGALI SIGN ANUSVARA --> 25 <Key 26 latin:keySpec="ঁ" 27 latin:moreKeys="ঃ,ং" /> 28 <!-- U+09A2: "ঢ" BENGALI LETTER DDHA 29 U+09A2/U+09BC: "ঢ়" BENGALI LETTER DDHA/BENGALI SIGN NUKTA --> 30 <Key 31 latin:keySpec="ঢ" 32 latin:moreKeys="ঢ়" /> 33 <!-- U+09AE: "ম" BENGALI LETTER MA --> 34 <Key latin:keySpec="ম" /> 35 <!-- U+09A8: "ন" BENGALI LETTER NA 36 U+09A3: "ণ" BENGALI LETTER NNA --> 37 <Key 38 latin:keySpec="ন" 39 latin:moreKeys="ণ" /> 40 <!-- U+099E: "ঞ" BENGALI LETTER NYA 41 U+0999: "ঙ" BENGALI LETTER NGA 42 U+099E/U+09CD/U+099C: "ঞ্জ" BENGALI LETTER NYA/BENGALI SIGN VIRAMA/BENGALI LETTER JA --> 43 <Key 44 latin:keySpec="ঞ" 45 latin:moreKeys="ঙ,ঞ্জ" /> 46 <!-- U+09B2: "ল" BENGALI LETTER LA --> 47 <Key latin:keySpec="ল" /> 48 <!-- U+09B7: "ষ" BENGALI LETTER SSA 49 U+0995/U+09CD/U+09B7: "ক্ষ" BENGALI LETTER KA/BENGALI SIGN VIRAMA/BENGALI LETTER SSA --> 50 <Key 51 latin:keySpec="ষ" 52 latin:moreKeys="ক্ষ" /> 53 <!-- U+09B8: "স" BENGALI LETTER SA 54 U+09B6: "শ" BENGALI LETTER SHA --> 55 <Key 56 latin:keySpec="স" 57 latin:moreKeys="শ" /> 58 <!-- U+09DF: "য়" BENGALI LETTER YYA 59 U+09AF: "য" BENGALI LETTER YA --> 60 <Key 61 latin:keySpec="য়" 62 latin:moreKeys="য" /> 63 <!-- U+0964: "।" DEVANAGARI DANDA 64 U+0965: "॥" DEVANAGARI DOUBLE DANDA --> 65 <Key 66 latin:keySpec="।" 67 latin:moreKeys="॥" /> 68</merge> 69