45,641
edits
No edit summary |
No edit summary |
||
Line 39: | Line 39: | ||
local function open_to_closed(v) | local function open_to_closed(v) | ||
local otc = {} | local otc = {} | ||
local switch = {["ɑ"] = "a", ["e"] = "ɛ", ["i"] = "ɪ", ["ɔ"] = "ɔ", ["u"] = "ʊ", ["y"] = "œ", | local switch = {["ɑ"] = "a", ["e"] = "ɛ", ["i"] = "ɪ", ["ɔ"] = "ɔ", ["u"] = "ʊ", ["y"] = "œ", ["ɨ"] = "ɨ", | ||
["ø"] = "ü",} -- dialectal variation, will be changed later | ["ø"] = "ü",} -- dialectal variation, will be changed later | ||