Module:typing-aids/data/Sogo

Hello, you have come here looking for the meaning of the word Module:typing-aids/data/Sogo. In DICTIOUS you will not only get to know all the dictionary meanings for the word Module:typing-aids/data/Sogo, but we will also tell you about its etymology, its characteristics and you will know how to say Module:typing-aids/data/Sogo in singular and plural. Everything you need to know about the word Module:typing-aids/data/Sogo you have here. The definition of the word Module:typing-aids/data/Sogo will help you to be more precise and correct when speaking or writing your texts. Knowing the definition ofModule:typing-aids/data/Sogo, as well as those of other words, enriches your vocabulary and provides you with more and better linguistic resources.


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 gcaron = U(0x1E7) -- latin small letter g with caron
local scaron = U(0x161) -- latin small letter s with caron

data = {
	 = {
		 = "𐼄", -- gimel
		 = "𐫢", -- shin
	},
	 = {
		 = "𐼀", -- aleph
		 = "𐼂", -- beth
		 = "𐼄", -- gimel
		 = "𐼅", -- he
		 = "𐼇", -- waw
		 = "𐼈", -- zayin
		 = "𐼉", -- heth
		 = "𐼊", -- yodh
		 = "𐼋", -- kaph
		 = "𐼌", -- lamedh
		 = "𐼍", -- mem
		 = "𐼎", -- nun
		 = "𐼑", -- samekh
		 = "𐼒", -- ayin
		 = "𐼔", -- pe
		 = "𐼕", -- sadhe
		 = "𐼘", -- resh-ayin-daleth
		 = "𐼙", -- shin
		 = "𐼚", -- taw
		 = "𐼦", -- 1/2
		 = "𐼥", -- one hundred
		 = "𐼢", -- ten
		 = "𐼝", -- one
		 = "𐼣", -- twenty
		 = "𐼞", -- two
		 = "𐼤", -- thirty
		 = "𐼟", -- three
		 = "𐼠", -- four
		 = "𐼡", -- five
	},
	 = {
		"] = "𐼁", -- final aleph
		"] = "𐼃", -- final beth
		"] = "𐼆", -- final he
		"] = "𐼏", -- final nun
		"] = "𐼖", -- final sadhe
		"] = "𐼛", -- final taw
	},
}

data = {
	{
		 = "ʾ",  = "ʾ",  = "ʾ",  = "ʾ",
		 = "ʿ",  = "ʿ",  = "ʿ",  = "ʿ", 
		 = "β",  = "β",
		 = "c",  = "c",
		 = "δ",  = "δ",
		 = "ɣ",  = "ɣ",
		 = "x",
		 = scaron,  = scaron,
	},
}

return data