Module:sandbox/zle-ort-translit

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

Language code in page name (sandbox/zle) not recognized.


local letters = {}
	letters = {
		-- main letters
		='A', ='B', ='V', ='H', ='D', ='E', ='Ž', ='Z', ='I', ='I', ='J',
		='K', ='L', ='M', ='N', ='O', ='P', ='R', ='S', ='T', ='U', ='F',
		='X', ='O', ='Ot', ='C', ='Č', ='Š', ='Šč', ='', ='Y', ='ʹ',
		='Jě', ='Je', ='Ju', ='Ja', ='Ja',
		='a', ='b', ='v', ='h', ='d', ='e', ='ž', ='z', ='i', ='i', ='j',
		='k', ='l', ='m', ='n', ='o', ='p', ='r', ='s', ='t', ='u', ='f',
		='x', ='o', ='ot', ='c', ='č', ='š', ='šč', ='', ='y', ='ʹ',
		='jě', ='je', ='ju', ='ja', ='ja',
		-- extended letters
		='G', ='Z', ='I', ='U', ='U', ='Ks', ='Ps', ='F', ='I', ='Ja',
		='g', ='z', ='i', ='u', ='u', ='ks', ='ps', ='f', ='i', ='ja',
		-- archaic letters & other
		='E', ='Z', ='O', ='O', ='O', ='Y', ='Jě', ='Je', ='Ja', ='Ju', ='I' .. double_grave,
		='e', ='z', ='o', ='o', ='o', ='y', ='jě', ='je', ='ja', ='ju', ='i' .. double_grave, ='',
}

local digraphs = {}
	digraphs = {
		"]="U", "]="u", "]="G", ="g", ="ja",
		)ѵ"]="%1v", )Ѵ"]="%1V", )"]="ʺ%1",
		)и"]="%1j", )ⸯ"]="%1j", )ѡ"]="%1ô",
}

local lowercase_vowels = "аеїиоуѡъыьѣєюꙗѧіꙋѫѵяэѻꙍѽꙑꙓѥѩѭѷ"
local uppercase_vowels = "АЕЇИОУѠЪЫЬѢЄЮꙖѦІꙊѪѴЯЭѺꙌѼꙐꙒѤѨѬѶ"
local vowels = lowercase_vowels .. uppercase_vowels

local lowercase_consonants = "бвгджзйклмнпрстфхчшщґѕѯѱѳꙁ"
local uppercase_consonants = "БBГДЖЗЙКЛМНПРСТФХЦЧШЩҐЅѮѰѲꙀ"
local consonants = lowercase_consonants .. uppercase_consonants