blob: 98e0f2186623f9aeec780455a1d0dcebb3d0cfce [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 <Key
29 latin:keyLabel="&#x0633;" />
30 <!-- U+06CC: "ی" ARABIC LETTER FARSI YEH
31 U+0626: "ئ" ARABIC LETTER YEH WITH HAMZA ABOVE
32 U+064A: "ي" ARABIC LETTER YEH -->
33 <Key
34 latin:keyLabel="&#x06CC;"
35 latin:moreKeys="&#x0626;,&#x064A;" />
36 <!-- U+0628: "ب" ARABIC LETTER BEH -->
37 <Key
38 latin:keyLabel="&#x0628;" />
39 <!-- U+0644: "ل" ARABIC LETTER LAM -->
40 <Key
41 latin:keyLabel="&#x0644;" />
42 <!-- U+0627: "ا" ARABIC LETTER ALEF
43 U+0621: "ء" ARABIC LETTER HAMZA
44 U+0622: "آ" ARABIC LETTER ALEF WITH MADDA ABOVE
45 U+0672: "ٲ" ARABIC LETTER ALEF WITH WAVY HAMZA ABOVE
46 U+0671: "ٱ" ARABIC LETTER ALEF WASLA
47 U+0673: "ٳ" ARABIC LETTER ALEF WITH WAVY HAMZA BELOW-->
48 <!-- TODO: DroidSansArabic lacks the glyph of U+0672 ARABIC LETTER ALEF WITH WAVY HAMZA ABOVE -->
49 <!-- TODO: DroidSansArabic lacks the glyph of U+0673 ARABIC LETTER ALEF WITH WAVY HAMZA BELOW -->
50 <Key
51 latin:keyLabel="&#x0627;"
52 latin:moreKeys="&#x0621;,&#x0622;,&#x0672;,&#x0671;,&#x0673;" />
53 <!-- U+062A: "ت" ARABIC LETTER TEH -->
54 <Key
55 latin:keyLabel="&#x062A;" />
56 <!-- U+0646: "ن" ARABIC LETTER NOON -->
57 <Key
58 latin:keyLabel="&#x0646;" />
59 <!-- U+0645: "م" ARABIC LETTER MEEM -->
60 <Key
61 latin:keyLabel="&#x0645;" />
62 <!-- U+06A9: "ک" ARABIC LETTER KEHEH
63 U+0643: "ك" ARABIC LETTER KAF -->
64 <Key
65 latin:keyLabel="&#x06A9;"
66 latin:moreKeys="&#x0643;" />
67 <!-- U+06AF: "گ" ARABIC LETTER GAF -->
68 <Key
69 latin:keyLabel="&#x06AF;" />
70</merge>