Converts Cyrillic Mongolian to IPA as spoken in Ulaanbaatar. This module is not to be directly used. It is used by Template:mn-IPA, see there for usage.
-- See ]
local export = {}
local m_IPA = require("Module:IPA")
local consonants = {
= { "b", "bʲ" },
= { "w", "wʲ" },
= { "ɢ", "ɢ" },
= { "t", "tʲ" },
= { "t͡ɕ", "t͡ɕ" },
= { "t͡s", "t͡s" },
= { "kʰ", "kʲʰ" },
= { "ɮ", "ɮʲ" },
= { "m", "mʲ" },
= { "n", "nʲ" },
= { "pʰ", "pʲʰ" },
= { "r", "rʲ" },
= { "s", "s" },
= { "tʰ", "tʲʰ" },
= { "f", "f" },
= { "x", "xʲ" },
= { "t͡sʰ", "t͡sʰ" },
= { "t͡ɕʰ", "t͡ɕʰ" },
= { "ʃ", "ʃ" },
= { "ʃt͡ɕ", "ʃt͡ɕ" },
}
return export