2021-02-05 20:30:09 +00:00
|
|
|
|
return {
|
|
|
|
|
alef = {
|
|
|
|
|
"ا",
|
|
|
|
|
north = "أ",
|
|
|
|
|
northeast = "إ",
|
|
|
|
|
northwest = "ء",
|
|
|
|
|
east = "آ",
|
|
|
|
|
west = "ﭐ",
|
|
|
|
|
},
|
2021-02-06 15:27:02 +00:00
|
|
|
|
h_aa = {
|
2021-02-05 20:30:09 +00:00
|
|
|
|
"ه",
|
|
|
|
|
north = "ة",
|
|
|
|
|
},
|
|
|
|
|
waw = {
|
|
|
|
|
"و",
|
|
|
|
|
north = "ؤ",
|
|
|
|
|
northeast = "ء",
|
|
|
|
|
},
|
|
|
|
|
yaa = {
|
|
|
|
|
"ی",
|
|
|
|
|
north = "ئ",
|
|
|
|
|
northeast = "ي",
|
|
|
|
|
},
|
|
|
|
|
kaf = {
|
|
|
|
|
"ک",
|
|
|
|
|
north = "ك",
|
|
|
|
|
},
|
|
|
|
|
diacritic_fat_ha = {
|
|
|
|
|
"َ",
|
|
|
|
|
},
|
|
|
|
|
diacritic_damma = {
|
|
|
|
|
"ُ",
|
|
|
|
|
},
|
|
|
|
|
diacritic_kasra = {
|
|
|
|
|
"ِ",
|
|
|
|
|
},
|
|
|
|
|
diacritic_sukoon = {
|
|
|
|
|
"ْ",
|
|
|
|
|
},
|
|
|
|
|
diacritic_shadda = {
|
|
|
|
|
"ّ",
|
|
|
|
|
},
|
|
|
|
|
diacritic_tanween_fath = {
|
|
|
|
|
"ً",
|
|
|
|
|
},
|
|
|
|
|
diacritic_tanween_damm = {
|
|
|
|
|
"ٌ",
|
|
|
|
|
},
|
|
|
|
|
diacritic_tanween_kasr = {
|
|
|
|
|
"ٍ",
|
|
|
|
|
},
|
|
|
|
|
-- Diacritics (Harakat حركات)
|
|
|
|
|
diacritics = {
|
|
|
|
|
"",
|
|
|
|
|
north = "َ",
|
|
|
|
|
northeast = "ْ",
|
|
|
|
|
northwest = "ً",
|
|
|
|
|
east = "ُ",
|
|
|
|
|
west = "ٌ",
|
|
|
|
|
south= "ّ",
|
|
|
|
|
southeast= "ِ",
|
|
|
|
|
southwest= "ٍ",
|
|
|
|
|
},
|
|
|
|
|
arabic_comma = {
|
|
|
|
|
"،",
|
|
|
|
|
north = "؛",
|
|
|
|
|
northeast="\"",
|
|
|
|
|
northwest="'",
|
|
|
|
|
},
|
|
|
|
|
}
|