Module:Hrkt-sortkey/data

From Wiktionary, the free dictionary
Jump to navigation Jump to search

local data = {}

data.spaces = {
	["・"] = " ", ["゠"] = " "
}

data.voicing = {
	["゙"] = 1, ["゚"] = 2
}

return data