1 <?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+0636: "" ARABIC LETTER DAD --> 25 <Key 26 latin:keyLabel="ض" /> 27 <!-- U+0635: "" ARABIC LETTER SAD --> 28 <Key 29 latin:keyLabel="ص" /> 30 <!-- U+062B: "" ARABIC LETTER THEH --> 31 <Key 32 latin:keyLabel="ث" /> 33 <!-- U+0642: "" ARABIC LETTER QAF 34 U+06A8: "" ARABIC LETTER QAF WITH THREE DOTS ABOVE --> 35 <!-- TODO: DroidSansArabic lacks the glyph of U+06A8 ARABIC LETTER QAF WITH THREE DOTS ABOVE --> 36 <Key 37 latin:keyLabel="ق" 38 latin:moreKeys="ڨ" /> 39 <!-- U+0641: "" ARABIC LETTER FEH 40 U+06A4: "" ARABIC LETTER VEH 41 U+06A2: "" ARABIC LETTER FEH WITH DOT MOVED BELOW 42 U+06A5: "" ARABIC LETTER FEH WITH THREE DOTS BELOW --> 43 <!-- TODO: DroidSansArabic lacks the glyph of U+06A2 ARABIC LETTER FEH WITH DOT MOVED BELOW --> 44 <!-- TODO: DroidSansArabic lacks the glyph of U+06A5 ARABIC LETTER FEH WITH THREE DOTS BELOW --> 45 <Key 46 latin:keyLabel="ف" 47 latin:moreKeys="ڤ,ڢ,ڥ" /> 48 <!-- U+063A: "" ARABIC LETTER GHAIN --> 49 <Key 50 latin:keyLabel="غ" /> 51 <!-- U+0639: "" ARABIC LETTER AIN --> 52 <Key 53 latin:keyLabel="ع" /> 54 <!-- U+0647: "" ARABIC LETTER HEH 55 U+FEEB: "" ARABIC LETTER HEH INITIAL FORM 56 U+0647 U+200D: ARABIC LETTER HEH + ZERO WIDTH JOINER --> 57 <Key 58 latin:keyLabel="ه" 59 latin:moreKeys="ﻫ|ه‍" /> 60 <!-- U+062E: "" ARABIC LETTER KHAH --> 61 <Key 62 latin:keyLabel="خ" /> 63 <!-- U+062D: "" ARABIC LETTER HAH --> 64 <Key 65 latin:keyLabel="ح" /> 66 <!-- U+062C: "" ARABIC LETTER JEEM 67 U+0686: "" ARABIC LETTER TCHEH --> 68 <Key 69 latin:keyLabel="ج" 70 latin:moreKeys="چ" /> 71 </merge> 72