Module:typing-aids/data/os

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


local U = mw.ustring.char

local acute = U(0x301)
local caron = U(0x30C)
local diaeresis = U(0x308)
local grave = U(0x300)

local data = {
	{	
		 = "ё",  = "ё",  = "Ё",  = "Ё",
		 = "ж",  = "ж",  = "Ж",  = "Ж",
		 = "щ",  = "щ",  = "Щ",  = "Щ",
		 = "ш",  = "ш",  = "Ш",  = "ш",
		 = "ъ",
		 = "ь",
		 = "э",  = "э",  = "Э",  = "Э",
		 = "ю",  = "Ю",
		 = "я",  = "Я"
	},
	{
		 = "ӕ",  = "ӕ",  = "ӕ",  = "Ӕ",  = "Ӕ",  = "Ӕ",
		 = "гъ",  = "гъ",  = "Гъ",  = "Гъ",
		 = "дж",  = "дж",  = "Дж",  = "Дж",
		 = "ч",  = "ч",  = "Ч",  = "Ч",
	},
	{
		 = "у",  = "у",
		 = "у",  = "У"
	},
	{
		 = "а",  = "А",
		 = "б",  = "Б",
		 = "в",  = "В",
		 = "г",  = "Г",
		 = "дз",  = "Дз",
		 = "д",  = "Д",
		 = "е",  = "Е",
		 = "з",  = "З",
		 = "и",  = "И",
		 = "й",  = "Й",
		 = "к",  = "К",
		 = "л",  = "Л",
		 = "м",  = "М",
		 = "н",  = "Н",
		 = "о",  = "О",
		 = "п",  = "П",
		 = "р",  = "Р",
		 = "с",  = "С",
		 = "т",  = "Т",
		 = "у",  = "у",  = "У",  = "У",
		 = "ф",  = "Ф",
		 = "х",  = "Х",
		 = "хъ",  = "Хъ",
		 = "ц",  = "Ц",
		 = "ы",  = "Ы",
		 = "ъ",  = "ъ"
	}
}

return data