blob: 77279c60fe976c3d3f30868f972fb67b8c2dbee9 [file] [log] [blame]
Tadashi G. Takaoka58d28b12012-03-26 12:25:12 +09001<?xml version="1.0" encoding="utf-8"?>
2<!--
3/*
4**
5** Copyright 2012, 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
22 xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"
23>
24 <!-- U+0634: "ش" ARABIC LETTER SHEEN -->
25 <Key
26 latin:keyLabel="&#x0634;" />
27 <!-- U+0633: "س" ARABIC LETTER SEEN
28 U+0636: "ض" ARABIC LETTER DAD -->
29 <Key
30 latin:keyLabel="&#x0633;"
31 latin:moreKeys="&#x0636;" />
32 <!-- U+06CC: "ی" ARABIC LETTER FARSI YEH
33 U+0626: "ئ" ARABIC LETTER YEH WITH HAMZA ABOVE
34 U+064A: "ي" ARABIC LETTER YEH -->
35 <Key
36 latin:keyLabel="&#x06CC;"
37 latin:moreKeys="&#x0626;,&#x064A;" />
38 <!-- U+0628: "ب" ARABIC LETTER BEH -->
39 <Key
40 latin:keyLabel="&#x0628;" />
41 <!-- U+0644: "ل" ARABIC LETTER LAM -->
42 <Key
43 latin:keyLabel="&#x0644;" />
44 <!-- U+0627: "ا" ARABIC LETTER ALEF
45 U+0621: "ء" ARABIC LETTER HAMZA
46 U+0622: "آ" ARABIC LETTER ALEF WITH MADDA ABOVE
47 U+0672: "ٲ" ARABIC LETTER ALEF WITH WAVY HAMZA ABOVE
48 U+0671: "ٱ" ARABIC LETTER ALEF WASLA
49 U+0673: "ٳ" ARABIC LETTER ALEF WITH WAVY HAMZA BELOW-->
50 <!-- TODO: DroidSansArabic lacks the glyph of U+0672 ARABIC LETTER ALEF WITH WAVY HAMZA ABOVE -->
51 <!-- TODO: DroidSansArabic lacks the glyph of U+0673 ARABIC LETTER ALEF WITH WAVY HAMZA BELOW -->
52 <Key
53 latin:keyLabel="&#x0627;"
54 latin:moreKeys="&#x0621;,&#x0622;,&#x0672;,&#x0671;,&#x0673;" />
55 <!-- U+062A: "ت" ARABIC LETTER TEH
56 U+062B: "ﺙ" ARABIC LETTER THEH -->
57 <Key
58 latin:keyLabel="&#x062A;"
59 latin:moreKeys="&#x062B;" />
60 <!-- U+0646: "ن" ARABIC LETTER NOON -->
61 <Key
62 latin:keyLabel="&#x0646;" />
63 <!-- U+0645: "م" ARABIC LETTER MEEM -->
64 <Key
65 latin:keyLabel="&#x0645;" />
66 <!-- U+06A9: "ک" ARABIC LETTER KEHEH
67 U+0643: "ك" ARABIC LETTER KAF -->
68 <Key
69 latin:keyLabel="&#x06A9;"
70 latin:moreKeys="&#x0643;" />
71</merge>