local data = {}

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

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

return data