Module:typing-aids/data/Phli
Jump to navigation
Jump to search
- This module lacks a documentation subpage. Please create it.
- Useful links: root page • root page’s subpages • links • transclusions • testcases • sandbox
local U = mw.ustring.char
local dot_below = U(0x323) -- dot below
local caron = U(0x30C) -- caron
local scaron = U(0x161) -- latin small letter s with caron
local data = {
[1] = {
["h" .. dot_below] = "𐭧", -- heth
["t" .. dot_below] = "𐭨", -- teth
["s" .. caron] = "𐭱", -- shin
},
[2] = {
["ʾ"] = "𐭠", -- aleph
["b"] = "𐭡", -- beth
["g"] = "𐭢", -- gimel
["d"] = "𐭣", -- daleth
["h"] = "𐭤", -- he
["w"] = "𐭥", -- waw-ayin-resh
["ʿ"] = "𐭥", -- waw-ayin-resh
["r"] = "𐭥", -- waw-ayin-resh
["z"] = "𐭦", -- zayin
["y"] = "𐭩", -- yodh
["k"] = "𐭪", -- kaph
["l"] = "𐭫", -- lamedh
["m"] = "𐭬", -- mem-qoph
["q"] = "𐭬", -- mem-qoph
["n"] = "𐭭", -- nun
["s"] = "𐭮", -- samekh
["p"] = "𐭯", -- pe
["c"] = "𐭰", -- sadhe
[scaron] = "𐭱", -- shin
["t"] = "𐭲", -- taw
},
}
data["Phli-tr"] = {
{
}
}
return data