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