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