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 scaron = U(0x161) -- latin small letter s with caron
data = {
= {
= "ʾ", = "ʾ", = "ʾ",
= "b",
= "ɣ",
= "x",
= "δ",
= "ʿ", = "ʿ", = "ʿ",
= "s" .. caron,
},
= {
= "𐽁", -- shin
},
= {
= "𐾰", -- aleph
= "𐾱", -- small aleph
= "𐾲", -- beth
= "𐾳", -- gimel
= "𐾴", -- daleth
= "𐾵", -- he
= "𐾶", -- waw
= "𐾷", -- curled waw
= "𐾸", -- zayin
= "𐾹", -- heth
= "𐾺", -- yodh
= "𐾻", -- kaph
= "𐾼", -- lamedh
= "𐾽", -- mem
= "𐾾", -- nun
= "𐾿", -- samekh
= "𐿀", -- ayin
= "𐿁", -- pe
= "𐿂", -- resh
= "𐿃", -- shin
= "𐿄", -- taw
= "𐿅", -- one
= "𐿆", -- two
= "𐿇", -- three
= "𐿈", -- four
= "𐿉", -- ten
= "𐿊", -- twenty
= "𐿋", -- one hundred
},
}
return data