Module:typing-aids/data/sux

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

Replacements that will be used by Module:typing-aids and {{chars}} for Sumerian. Not finished. If you are familiar with Sumerian cuneiform and want to be able to type it more easily on Wiktionary, add shortcuts for more characters.


local replacements = {}

replacements = {
	-- This converts from regular to diacriticked characters, before the
	-- shortcuts below are processed.
	-- The apostrophe is used in place of an acute, and a backslash \ in place of
	-- a grave. ^ is replaced with háček or breve if it follows certain
	-- consonants.
	 = {
		 = "á",  = "à",
		 = "é",  = "è",
		 = "í",  = "ì",
		 = "ú",  = "ù",
		 = "g̃",
		 = "š",  = "ḫ",  = "ř",
	},
	
	-- V
	 = "𒀀",  = "𒀉",
	
	-- CV
	
	-- VC
	
	-- VCV
}

--[[
replacements = {
	
}
--]]

return replacements