-- ] transliteration data
local glottal = "\1"
return require("Module:Hrkt-translit").process_data{
rom = {
= "i:", = "si", = "cu", = "hu",
},
digraph = {
= { = glottal .. "n" },
= {
= "ki:", = "xi:", = "gi:",
= "hi:", = "pi:", = "bi:",
= "ti:", = "θi:", = "di:",
= "ci:", = "zi:",
= "mi:", = "µi:",
= "ni:",
= "si:",
= "ri:",
= "wi:", = "hwi:", = glottal .. "wi:"
},
= {
= "kye",
= "pye",
= "cye",
= "he",
},
= { = "co" },
-- = { = "µa" }, = { = "µu" },
-- = { = "νa"}, = { = "νi"},
},
tr_gem = {
= "t", = "t",
= glottal, = glottal,
= glottal, = glottal,
},
tr_voicing = {
= glottal .. "u",
= "g",
= "z",
= "d", = "z", = glottal .. "ch",
= glottal .. "n",
= "b",
= glottal .. "m",
= glottal .. "y",
= glottal .. "r",
= glottal .. "w",
},
tr_semivoicing = {
= "u~",
= "x",
= "θ", = "θ", = "ç",
= "p",
= "l",
},
tr_long = {
= "ā", = "ī", = "ū", = "ē", = "ō",
= "ï", = "ï̄",
= "ō",
= "ũ", = "ũ̄",
}
}