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
data = {
= {
= "", -- aleph-het
= "", -- aleph-het
= "", -- beth
= "", -- gimel-daleth-yodh with two dots above
= "", -- gimel-daleth-yodh with hat above
= "", -- gimel-daleth-yodh with two dots below
= "", -- gimel-daleth-yodh with dot below
= "", -- old daleth
= "", -- he
= "", -- waw-nun-ayin-resh
= "", -- waw-nun-ayin-resh
= "", -- waw-nun-ayin-resh
= "", -- waw-nun-ayin-resh
= "", -- zayin
= "", -- kaph
= "", -- old kaph
= "", -- lamedh
= "", -- old lamedh
= "", -- l-lamedh
= "", -- mem-qoph
= "", -- samekh
= "", -- pe
= "", -- sadhe
= "", -- shin
= "", -- taw
= "", -- x1
= "", -- x2
},
}
return data