Module:typing-aids/data/Sogd

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

This module needs documentation.
Please document this module by describing its purpose and usage on the documentation page.

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