| <?xml version="1.0" encoding="utf-8"?> |
| <!-- |
| /* |
| ** |
| ** Copyright 2014, The Android Open Source Project |
| ** |
| ** Licensed under the Apache License, Version 2.0 (the "License"); |
| ** you may not use this file except in compliance with the License. |
| ** You may obtain a copy of the License at |
| ** |
| ** http://www.apache.org/licenses/LICENSE-2.0 |
| ** |
| ** Unless required by applicable law or agreed to in writing, software |
| ** distributed under the License is distributed on an "AS IS" BASIS, |
| ** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| ** See the License for the specific language governing permissions and |
| ** limitations under the License. |
| */ |
| --> |
| |
| <merge xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"> |
| <!-- U+0981: "ঁ" BENGALI SIGN CANDRABINDU |
| U+0983: "ঃ" BENGALI SIGN VISARGA |
| U+0982: "ং" BENGALI SIGN ANUSVARA --> |
| <Key |
| latin:keySpec="ঁ" |
| latin:moreKeys="ঃ,ং" /> |
| <!-- U+09A2: "ঢ" BENGALI LETTER DDHA |
| U+09A2/U+09BC: "ঢ়" BENGALI LETTER DDHA/BENGALI SIGN NUKTA --> |
| <Key |
| latin:keySpec="ঢ" |
| latin:moreKeys="ঢ়" /> |
| <!-- U+09AE: "ম" BENGALI LETTER MA --> |
| <Key latin:keySpec="ম" /> |
| <!-- U+09A8: "ন" BENGALI LETTER NA |
| U+09A3: "ণ" BENGALI LETTER NNA --> |
| <Key |
| latin:keySpec="ন" |
| latin:moreKeys="ণ" /> |
| <!-- U+099E: "ঞ" BENGALI LETTER NYA |
| U+0999: "ঙ" BENGALI LETTER NGA |
| U+099E/U+09CD/U+099C: "ঞ্জ" BENGALI LETTER NYA/BENGALI SIGN VIRAMA/BENGALI LETTER JA --> |
| <Key |
| latin:keySpec="ঞ" |
| latin:moreKeys="ঙ,ঞ্জ" /> |
| <!-- U+09B2: "ল" BENGALI LETTER LA --> |
| <Key latin:keySpec="ল" /> |
| <!-- U+09B7: "ষ" BENGALI LETTER SSA |
| U+0995/U+09CD/U+09B7: "ক্ষ" BENGALI LETTER KA/BENGALI SIGN VIRAMA/BENGALI LETTER SSA --> |
| <Key |
| latin:keySpec="ষ" |
| latin:moreKeys="ক্ষ" /> |
| <!-- U+09B8: "স" BENGALI LETTER SA |
| U+09B6: "শ" BENGALI LETTER SHA --> |
| <Key |
| latin:keySpec="স" |
| latin:moreKeys="শ" /> |
| <!-- U+09DF: "য়" BENGALI LETTER YYA |
| U+09AF: "য" BENGALI LETTER YA --> |
| <Key |
| latin:keySpec="য়" |
| latin:moreKeys="য" /> |
| <!-- U+0964: "।" DEVANAGARI DANDA |
| U+0965: "॥" DEVANAGARI DOUBLE DANDA --> |
| <Key |
| latin:keySpec="।" |
| latin:moreKeys="॥" /> |
| </merge> |