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 = {
= {
= "𐼿", -- sadhe
= "𐼲", -- gimel
= "𐽁", -- shin
},
= {
= "𐼰", -- aleph
= "𐼱", -- beth
= "𐼲", -- gimel
= "𐼳", -- he
= "𐼴", -- waw
= "𐼵", -- zayin
= "𐼶", -- heth
= "𐼷", -- yodh
= "𐼸", -- kaph
= "𐼹", -- lamedh
= "𐼺", -- mem
= "𐼻", -- nun
= "𐼼", -- samekh
= "𐫙", -- ayin
= "𐼾", -- pe
= "𐼿", -- sadhe
= "𐽀", -- resh-ayin
= "𐽁", -- shin
= "𐽂", -- taw
= "𐽃", -- feth
= "𐽄", -- lesh
= "𐽔", -- one hundred
= "𐽒", -- ten
= "𐽑", -- one
= "𐽓", -- twenty
},
}
data = {
{
= "ʾ", = "ʾ", = "ʾ", = "ʾ",
= "b",
= "ɣ",
= "x",
= "δ",
= "ʿ", = "ʿ", = "ʿ",
= "s" .. caron,
},
}
return data