Tadashi G. Takaoka | b5696b4 | 2014-07-08 12:50:16 +0900 | [diff] [blame] | 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"> |
Tadashi G. Takaoka | 2590637 | 2014-08-11 15:22:19 +0900 | [diff] [blame] | 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="ெ" /> |
Tadashi G. Takaoka | b5696b4 | 2014-07-08 12:50:16 +0900 | [diff] [blame] | 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> |