45,647
edits
No edit summary |
No edit summary |
||
Line 102: | Line 102: | ||
["ġ"] = "x", ["g"] = "ɡ", -- IPA g | ["ġ"] = "x", ["g"] = "ɡ", -- IPA g | ||
["ų"] = "w", ["ł"] = "ɬ", | ["ų"] = "w", ["ł"] = "ɬ", | ||
["([ạẹịọụỵ])"] = mw.ustring.toNFD("%1"), | ["([ạẹịọụỵ])"] = sub(mw.ustring.toNFD("%1"), 1, 1) .. "ⱦ" -- used to close the syllable | ||
}}, | }}, | ||
{"o̊", "ɯ"}, {"t[ṡɕ]", "ʨ"}, {"dj", "ʥ"}, {"dl", "ⱡ"}, {"kj", "c"}, {"nj", "ɲ"}, {"ts", "ʦ"}, | {"o̊", "ɯ"}, {"t[ṡɕ]", "ʨ"}, {"dj", "ʥ"}, {"dl", "ⱡ"}, {"kj", "c"}, {"nj", "ɲ"}, {"ts", "ʦ"}, |