local U = mw.ustring.char
local circumflex = U(0x302) -- circumflex
local macron_below = U(0x331) -- macron below
local data = {
{
= "𐡠", -- aleph
= "𐡡", -- beth
= "𐡢", -- gimel
= "𐡣", -- daleth
= "𐡤", = "𐡤", -- he
= "𐡥", -- waw
= "𐡦", -- zayin
= "𐡧", -- heth
= "𐡨", = "𐡨", -- teth
= "𐡩", -- yodh
= "𐡪", -- kaph
= "𐡫", -- lamedh
= "𐡬", -- mem
= "𐡮", -- nun
= "𐡯", -- samekh
= "𐡰", -- ayin
= "𐡱", -- pe
= "𐡲", -- sadhe
= "𐡳", -- qoph
= "𐡴", -- resh
= "𐡵", = "𐡵", -- shin
= "𐡶", -- taw
= "𐡷", -- left-pointing fleuron
= "𐡸", -- right-pointing fleuron
= "𐡹", -- one
= "𐡺", -- two
= "𐡻", -- three
= "𐡼", -- four
= "𐡽", -- five
= "𐡾", -- ten
= "𐡿", -- twenty
},
{
"] = "𐡭",
},
{
= "𐡮", -- used to block conversion to final nun
= "𐡮-", -- used to block conversion to final nun
}
}
return data