local data = {}
local U = mw.ustring.char
local dot_below = U(0x323) -- dot below
local caron = U(0x30C) -- caron
local circumflex = U(0x302) -- circumflex
local macron = U(0x304) -- macron
local gcaron = U(0x1E7) -- latin small letter g with caron
local scaron = U(0x161) -- latin small letter s with caron
data = {
= {
= "𐼄", -- gimel
= "𐫢", -- shin
},
= {
= "𐼀", -- aleph
= "𐼂", -- beth
= "𐼄", -- gimel
= "𐼅", -- he
= "𐼇", -- waw
= "𐼈", -- zayin
= "𐼉", -- heth
= "𐼊", -- yodh
= "𐼋", -- kaph
= "𐼌", -- lamedh
= "𐼍", -- mem
= "𐼎", -- nun
= "𐼑", -- samekh
= "𐼒", -- ayin
= "𐼔", -- pe
= "𐼕", -- sadhe
= "𐼘", -- resh-ayin-daleth
= "𐼙", -- shin
= "𐼚", -- taw
= "𐼦", -- 1/2
= "𐼥", -- one hundred
= "𐼢", -- ten
= "𐼝", -- one
= "𐼣", -- twenty
= "𐼞", -- two
= "𐼤", -- thirty
= "𐼟", -- three
= "𐼠", -- four
= "𐼡", -- five
},
= {
"] = "𐼁", -- final aleph
"] = "𐼃", -- final beth
"] = "𐼆", -- final he
"] = "𐼏", -- final nun
"] = "𐼖", -- final sadhe
"] = "𐼛", -- final taw
},
}
data = {
{
= "ʾ", = "ʾ", = "ʾ", = "ʾ",
= "ʿ", = "ʿ", = "ʿ", = "ʿ",
= "β", = "β",
= "c", = "c",
= "δ", = "δ",
= "ɣ", = "ɣ",
= "x",
= scaron, = scaron,
},
}
return data