Dokumentasi untuk modul ini dapat dibuat di Modul:Hrkt-sortkey/data/doc
-- Imported from enwiktionary
-- Source: https://en.wiktionary.org/wiki/Module:Hrkt-sortkey/data
-- License: CC BY-SA
local data = {}
data.spaces = {
["・"] = " ", ["゠"] = " ", ["="] = " "
}
data.voicing = {
["゙"] = 1, ["゚"] = 2
}
return data