mirror of
https://github.com/koreader/koreader
synced 2024-10-31 21:20:20 +00:00
120 lines
1.9 KiB
Lua
120 lines
1.9 KiB
Lua
return {
|
||
aleph = {
|
||
"א",
|
||
north = "אַ",
|
||
northeast = "אָ",
|
||
northwest = "אּ",
|
||
east = "ﭏ",
|
||
west = "ﬡ",
|
||
},
|
||
beis = {
|
||
"ב",
|
||
north = "בּ",
|
||
northeast = "בֿ",
|
||
},
|
||
gimmel = {
|
||
"ג",
|
||
north = "גּ",
|
||
},
|
||
daled = {
|
||
"ד",
|
||
north = "דּ",
|
||
northeast = "ﬢ",
|
||
},
|
||
hey = {
|
||
"ה",
|
||
north = "הּ",
|
||
northeast = "ﬣ",
|
||
},
|
||
vov = {
|
||
"ו",
|
||
north = "וּ",
|
||
northeast = "וֹ",
|
||
east = "װ",
|
||
west = "ױ",
|
||
},
|
||
zayin = {
|
||
"ז",
|
||
north = "זּ",
|
||
},
|
||
tes = {
|
||
"ט",
|
||
north = "טּ",
|
||
},
|
||
yud = {
|
||
"י",
|
||
north = "יּ",
|
||
northeast = "יִ",
|
||
northwest = "ׯ",
|
||
east = "ײ",
|
||
west = "ײַ",
|
||
},
|
||
chof = {
|
||
"כ",
|
||
north = "כּ",
|
||
northeast = "ﬤ",
|
||
northwest = "כֿ",
|
||
},
|
||
lamed = {
|
||
"ל",
|
||
north = "לּ",
|
||
northeast = "ﬥ",
|
||
},
|
||
mem = {
|
||
"מ",
|
||
north = "מּ",
|
||
},
|
||
mem_sofis = {
|
||
"ם",
|
||
north = "ﬦ",
|
||
},
|
||
nun = {
|
||
"נ",
|
||
north = 'נּ',
|
||
northeast = "׆",
|
||
},
|
||
samech = {
|
||
"ס",
|
||
north = 'סּ',
|
||
},
|
||
ayin = {
|
||
"ע",
|
||
north = "ﬠ",
|
||
},
|
||
pey = {
|
||
"פ",
|
||
north = "פּ",
|
||
northeast = "פֿ",
|
||
},
|
||
pey_sofis = {
|
||
"ף",
|
||
north = "ףּ",
|
||
},
|
||
tzadik = {
|
||
"צ",
|
||
north = "צּ",
|
||
},
|
||
kuf = {
|
||
"ק",
|
||
north = "קּ",
|
||
},
|
||
reish = {
|
||
"ר",
|
||
north = "רּ",
|
||
northeast = "ﬧ",
|
||
},
|
||
shin = {
|
||
"ש",
|
||
north = "שּ",
|
||
northeast = "שּׁ",
|
||
northwest = "שּׂ",
|
||
east = "שּ",
|
||
west = "שׂ",
|
||
},
|
||
taf = {
|
||
"ת",
|
||
north = "תּ",
|
||
northeast = "ﬨ",
|
||
},
|
||
}
|