Documentation icon دستاویز [تخلیق]
local correspondences = {
	-- STOPS
	["voiceless bilabial stop"] = {
		symbols = { "101", "p" },
		wikipage = "voiceless bilabial stop",
		soundfile = "voiceless bilabial stop.ogg",
		type = "consonant"
	},
	["voiceless labiodental stop"] = {
		symbols = { "101 408", "p̪" },
		wikipage = "voiceless labiodental stop",
		soundfile = "voiceless labiodental stop.ogg",
		type = "consonant"
	},
	["voiced bilabial stop"] = {
		symbols = { "102", "b" },
		wikipage = "voiced bilabial stop",
		soundfile = "voiced bilabial stop.ogg",
		type = "consonant"
	},
	["voiced labiodental stop"] = {
		symbols = { "102 408", "b̪" },
		wikipage = "voiced labiodental stop",
		soundfile = "voiced labiodental stop.ogg",
		type = "consonant"
	},
	["voiceless alveolar stop"] = {
		symbols = { "103", "t" },
		wikipage = "voiceless alveolar stop",
		soundfile = "voiceless alveolar stop.ogg",
		type = "consonant"
	},
	["voiceless dental stop"] = {
		symbols = { "103 408", "103 + 408", "t̪" },
		wikipage = "voiceless dental stop",
		soundfile = "voiceless dental stop.ogg",
		type = "consonant"
	},
	["voiced alveolar stop"] = {
		symbols = { "104", "d" },
		wikipage = "voiced alveolar stop",
		soundfile = "voiced alveolar stop.ogg",
		type = "consonant"
	},
	["voiced dental stop"] = {
		symbols = { "104 408", "104 + 408", "d̪" },
		wikipage = "voiced dental stop",
		soundfile = "voiced dental stop.ogg",
		type = "consonant"
	},
	["voiceless postalveolar stop"] = {
		symbols = { "103 414", "t̠" },
		wikipage = "voiceless postalveolar stop",
		soundfile = "voiceless postalveolar stop.ogg",
		type = "consonant"
	},
	["voiced postalveolar stop"] = {
		symbols = { "104 414", "d̠" },
		wikipage = "voiced postalveolar stop",
		soundfile = "voiced postalveolar stop.ogg",
		type = "consonant"
	},
	["voiceless alveolo-palatal stop"] = {
		symbols = { "t̠ʲ", "c̟", "ȶ" },
		wikipage = "voiceless alveolo-palatal stop",
		soundfile = "voiceless alveolo-palatal stop.ogg",
		type = "consonant"
	},
	["voiced alveolo-palatal stop"] = {
		symbols = { "d̠ʲ", "ɟ̟", "ȡ" },
		wikipage = "voiced alveolo-palatal stop",
		soundfile = "voiced alveolo-palatal stop.ogg",
		type = "consonant"
	},
	["voiceless retroflex stop"] = {
		symbols = { "105", "ʈ" },
		wikipage = "voiceless retroflex stop",
		soundfile = "voiceless retroflex stop.oga",
		type = "consonant"
	},
	["voiced retroflex stop"] = {
		symbols = { "106", "ɖ" },
		wikipage = "voiced retroflex stop",
		soundfile = "voiced retroflex stop.oga",
		type = "consonant"
	},
	["voiceless palatal stop"] = {
		symbols = { "107", "c" },
		wikipage = "voiceless palatal stop",
		soundfile = "voiceless palatal plosive.ogg",
		type = "consonant"
	},
	["voiced palatal stop"] = {
		symbols = { "108", "ɟ" },
		wikipage = "voiced palatal stop",
		soundfile = "voiced palatal plosive.ogg",
		type = "consonant"
	},
	["voiceless velar stop"] = {
		symbols = { "109", "k" },
		wikipage = "voiceless velar stop",
		soundfile = "voiceless velar plosive.ogg",
		type = "consonant"
	},
	["voiced velar stop"] = {
		symbols = { "110", "ɡ", "g" },
		wikipage = "voiced velar stop",
		soundfile = "voiced velar stop.ogg",
		type = "consonant"
	},
	["voiceless uvular stop"] = {
		symbols = { "111", "q" },
		wikipage = "voiceless uvular stop",
		soundfile = "voiceless uvular plosive.ogg",
		type = "consonant"
	},
	["voiced uvular stop"] = {
		symbols = { "112", "ɢ" },
		wikipage = "voiced uvular stop",
		soundfile = "voiced uvular stop.oga",
		type = "consonant"
	},
	["epiglottal stop"] = {
		symbols = { "173", "ʡ" },
		wikipage = "epiglottal stop",
		soundfile = "epiglottal stop.ogg",
		type = "consonant"
	},
	["glottal stop"] = {
		symbols = { "113", "ʔ" },
		wikipage = "glottal stop",
		soundfile = "glottal stop.ogg",
		type = "consonant"
	},
	["voiceless linguolabial stop"] = {
		symbols = { "103 + 407", "103 407", "t̼" },
		wikipage = "voiceless linguolabial stop",
		soundfile = "voiceless linguolabial stop.ogg",
		type = "consonant"
	},
	["voiced linguolabial stop"] = {
		symbols = { "104 + 407", "104 407", "d̼" },
		wikipage = "voiced linguolabial stop",
		soundfile = "voiced linguolabial stop.ogg",
		type = "consonant"
	},
	-- NASAL
	["bilabial nasal"] = {
		symbols = { "114", "m" },
		wikipage = "bilabial nasal",
		soundfile = "bilabial nasal.ogg",
		type = "consonant"
	},
	["voiceless bilabial nasal"] = {
		symbols = { "114 402A", "m̥" },
		wikipage = "voiceless bilabial nasal",
		soundfile = "voiceless bilabial nasal.ogg",
		type = "consonant"
	},
	["labiodental nasal"] = {
		symbols = { "115", "ɱ" },
		wikipage = "labiodental nasal",
		soundfile = "labiodental nasal.ogg",
		type = "consonant"
	},
	["dental nasal"] = {
		symbols = { "116 408", "116 + 408", "n̪" },
		wikipage = "dental nasal",
		soundfile = "dental nasal.ogg",
		type = "consonant"
	},
	["alveolar nasal"] = {
		symbols = { "116", "n" },
		wikipage = "alveolar nasal",
		soundfile = "alveolar nasal.ogg",
		type = "consonant"
	},
	["voiceless alveolar nasal"] = {
		symbols = { "116 402A", "n̥" },
		wikipage = "voiceless alveolar nasal",
		soundfile = "voiceless alveolar nasal.ogg",
		type = "consonant"
	},
	["postalveolar nasal"] = {
		symbols = { "116 414", "n̠" },
		wikipage = "postalveolar nasal",
		soundfile = "postalveolar nasal.ogg",
		type = "consonant"
	},
	["alveolo-palatal nasal"] = {
		symbols = { "n̠ʲ", "ɲ̟", "ȵ" },
		wikipage = "alveolo-palatal nasal",
		soundfile = "alveolo-palatal nasal.ogg",
		type = "consonant"
	},
	["retroflex nasal"] = {
		symbols = { "117", "ɳ" },
		wikipage = "retroflex nasal",
		soundfile = "retroflex nasal.ogg",
		type = "consonant"
	},
	["voiceless retroflex nasal"] = {
		symbols = { "117 402A", "ɳ̊", "ɳ̥" },
		wikipage = "voiceless retroflex nasal",
		soundfile = "voiceless retroflex nasal.ogg",
		type = "consonant"
	},
	["palatal nasal"] = {
		symbols = { "118", "ɲ" },
		wikipage = "palatal nasal",
		soundfile = "palatal nasal.ogg",
		type = "consonant"
	},
	["voiceless palatal nasal"] = {
		symbols = { "118 402A", "ɲ̊", "ɲ̥" },
		wikipage = "voiceless palatal nasal",
		soundfile = "voiceless palatal nasal.ogg",
		type = "consonant"
	},
	["velar nasal"] = {
		symbols = { "119", "ŋ" },
		wikipage = "velar nasal",
		soundfile = "velar nasal.ogg",
		type = "consonant"
	},
	["voiceless velar nasal"] = {
		symbols = { "119 402A", "ŋ̥", "ŋ̊" },
		wikipage = "voiceless velar nasal",
		soundfile = "voiceless velar nasal.ogg",
		type = "consonant"
	},
	["uvular nasal"] = {
		symbols = { "120", "ɴ" },
		wikipage = "uvular nasal",
		soundfile = "uvular nasal.ogg",
		type = "consonant"
	},
	["linguolabial nasal"] = {
		symbols = { "116 407", "116 + 407", "n̼" },
		wikipage = "linguolabial nasal",
		soundfile = "linguolabial nasal.ogg",
		type = "consonant"
	},
	-- FRICATIVES
	["voiceless bilabial fricative"] = {
		symbols = { "126", "ɸ" },
		wikipage = "voiceless bilabial fricative",
		soundfile = "voiceless bilabial fricative.ogg",
		type = "consonant"
	},
	["voiced bilabial fricative"] = {
		symbols = { "127", "β" },
		wikipage = "voiced bilabial fricative",
		soundfile = "voiced bilabial fricative.ogg",
		type = "consonant"
	},
	["voiceless labiodental fricative"] = {
		symbols = { "128", "f" },
		wikipage = "voiceless labiodental fricative",
		soundfile = "voiceless labiodental fricative.ogg",
		type = "consonant"
	},
	["voiced labiodental fricative"] = {
		symbols = { "129", "v" },
		wikipage = "voiced labiodental fricative",
		soundfile = "voiced labiodental fricative.ogg",
		type = "consonant"
	},
	["voiceless dental non-sibilant fricative"] = {
		symbols = { "130", "θ" },
		wikipage = "voiceless dental non-sibilant fricative",
		soundfile = "voiceless dental non-sibilant fricative.ogg",
		type = "consonant"
	},
	["voiceless alveolar non-sibilant fricative"] = {
		symbols = { "130 (414)", "130 414", "θ̠", "ɹ̝̊" },
		wikipage = "voiceless alveolar non-sibilant fricative",
		soundfile = "voiceless alveolar non-sibilant fricative.ogg",
		type = "consonant"
	},
	["voiced dental fricative"] = {
		symbols = { "131", "ð" },
		wikipage = "voiced dental fricative",
		soundfile = "voiced dental fricative.ogg",
		type = "consonant"
	},
	["voiced alveolar non-sibilant fricative"] = {
		symbols = { "131 414", "ð̠", "ɹ̝" },
		wikipage = "voiced alveolar non-sibilant fricative",
		soundfile = "voiced alveolar non-sibilant fricative.ogg",
		type = "consonant"
	},
	["voiceless postalveolar non-sibilant fricative"] = {
		symbols = { "131 414 402A 429", "ɹ̠̊˔" },
		wikipage = "voiceless postalveolar non-sibilant fricative",
		soundfile = "voiceless postalveolar non-sibilant fricative.ogg",
		type = "consonant"
	},
	["voiced postalveolar non-sibilant fricative"] = {
		symbols = { "131 414 429", "ɹ̠˔" },
		wikipage = "voiced postalveolar non-sibilant fricative",
		soundfile = "voiced postalveolar non-sibilant fricative.ogg",
		type = "consonant"
	},
	["voiceless palatal fricative"] = {
		symbols = { "138", "ç" },
		wikipage = "voiceless palatal fricative",
		soundfile = "voiceless palatal fricative.ogg",
		type = "consonant"
	},
	["voiced palatal fricative"] = {
		symbols = { "139", "ʝ" },
		wikipage = "voiced palatal fricative",
		soundfile = "voiced palatal fricative.ogg",
		type = "consonant"
	},
	["voiceless velar fricative"] = {
		symbols = { "140", "x" },
		wikipage = "voiceless velar fricative",
		soundfile = "voiceless velar fricative.ogg",
		type = "consonant"
	},
	["voiced velar fricative"] = {
		symbols = { "141", "ɣ" },
		wikipage = "voiced velar fricative",
		soundfile = "voiced velar fricative.ogg",
		type = "consonant"
	},
	["voiceless uvular fricative"] = {
		symbols = { "142", "χ" },
		wikipage = "voiceless uvular fricative",
		soundfile = "voiceless uvular fricative.ogg",
		type = "consonant"
	},
	["voiced uvular fricative"] = {
		symbols = { "143", "ʁ" },
		wikipage = "voiced uvular fricative",
		soundfile = "voiced uvular fricative.ogg",
		type = "consonant"
	},
	["voiceless pharyngeal fricative"] = {
		symbols = { "144", "ħ" },
		wikipage = "voiceless pharyngeal fricative",
		soundfile = "voiceless pharyngeal fricative.ogg",
		type = "consonant"
	},
	["voiced pharyngeal fricative"] = {
		symbols = { "145", "ʕ" },
		wikipage = "voiced pharyngeal fricative",
		soundfile = "voiced pharyngeal fricative.ogg",
		type = "consonant"
	},
	["voiceless epiglottal fricative"] = {
		symbols = { "172", "ʜ" },
		wikipage = "voiceless epiglottal fricative",
		soundfile = "voiceless epiglottal fricative.ogg",
		type = "consonant"
	},
	["voiced epiglottal fricative"] = {
		symbols = { "174", "ʢ" },
		wikipage = "voiced epiglottal fricative",
		soundfile = "voiced epiglottal fricative.ogg",
		type = "consonant"
	},
	["voiceless glottal fricative"] = {
		symbols = { "146", "h" },
		wikipage = "voiceless glottal fricative",
		soundfile = "voiceless glottal fricative.ogg",
		type = "consonant"
	},
	["voiced glottal fricative"] = {
		symbols = { "147", "ɦ" },
		wikipage = "voiced glottal fricative",
		soundfile = "voiced glottal fricative.ogg",
		type = "consonant"
	},
	["voiceless nasal glottal approximant"] = {
		symbols = { "146 424", "h̃" },
		wikipage = "voiceless nasal glottal approximant",
		soundfile = "voiceless nasal glottal approximant.ogg",
		type = "consonant"
	},
	["voiceless linguolabial fricative"] = {
		symbols = { "130 407", "θ̼" },
		wikipage = "voiceless linguolabial fricative",
		soundfile = "voiceless linguolabial fricative.ogg",
		type = "consonant"
	},
	["voiced linguolabial fricative"] = {
		symbols = { "131 407", "ð̼" },
		wikipage = "voiced linguolabial fricative",
		soundfile = "voiced linguolabial fricative.ogg",
		type = "consonant"
	},
	-- APPROXIMANTS
	["bilabial approximant"] = {
		symbols = { "127 430", "β̞" },
		wikipage = "bilabial approximant",
		soundfile = "bilabial approximant.ogg",
		type = "consonant"
	},
	["labiodental approximant"] = {
		symbols = { "150", "ʋ" },
		wikipage = "labiodental approximant",
		soundfile = "labiodental approximant.ogg",
		type = "consonant"
	},
	["dental approximant"] = {
		symbols = { "131 430", "ð̞" },
		wikipage = "dental approximant",
		soundfile = "dental approximant.ogg",
		type = "consonant"
	},
	["alveolar approximant"] = {
		symbols = { "151", "ɹ" },
		wikipage = "alveolar approximant",
		soundfile = "alveolar approximant.ogg",
		type = "consonant"
	},
	["postalveolar approximant"] = {
		symbols = { "151 414", "ɹ̠" },
		wikipage = "postalveolar approximant",
		soundfile = "postalveolar approximant.ogg",
		type = "consonant"
	},
	["retroflex approximant"] = {
		symbols = { "152", "ɻ" },
		wikipage = "retroflex approximant",
		soundfile = "retroflex approximant.ogg",
		type = "consonant"
	},
	["palatal approximant"] = {
		symbols = { "153", "j" },
		wikipage = "palatal approximant",
		soundfile = "palatal approximant.ogg",
		type = "consonant"
	},
	["nasal palatal approximant"] = {
		symbols = { "153 424", "j̃", "ȷ̃" },
		wikipage = "nasal palatal approximant",
		soundfile = "nasal palatal approximant.ogg",
		type = "consonant"
	},
	["velar approximant"] = {
		symbols = { "154", "ɣ̞", "ɰ" },
		wikipage = "velar approximant",
		soundfile = "voiced velar approximant.ogg",
		type = "consonant"
	},
    ["uvular approximant"] = {
		symbols = { "143 430", "ʁ̞" },
		wikipage = "uvular approximant",
		soundfile = "uvular approximant.ogg",
		type = "consonant"
	},
    ["pharyngeal approximant"] = {
		symbols = { "145 430", "ʕ̞" },
		wikipage = "pharyngeal approximant",
		soundfile = "pharyngeal approximant.ogg",
		type = "consonant"
	},
    ["epiglottal approximant"] = {
		symbols = { "174 430", "ʢ̞" },
		wikipage = "epiglottal approximant",
		soundfile = "epiglottal approximant.ogg",
		type = "consonant"
	},
	["alveolar lateral approximant"] = {
		symbols = { "155", "l" },
		wikipage = "alveolar lateral approximant",
		soundfile = "alveolar lateral approximant.ogg",
		type = "consonant"
	},
	["dental lateral approximant"] = {
		symbols = { "l̪" },
		wikipage = "dental lateral approximant",
		soundfile = "dental lateral approximant.ogg",
		type = "consonant"
	},
	["voiceless alveolar lateral approximant"] = {
		symbols = { "155 402A", "l̥" },
		wikipage = "voiceless alveolar lateral approximant",
		soundfile = "voiceless alveolar lateral approximant.ogg",
		type = "consonant"
	},
	["postalveolar lateral approximant"] = {
		symbols = { "155 414", "l̠" },
		wikipage = "postalveolar lateral approximant",
		soundfile = "postalveolar lateral approximant.ogg",
		type = "consonant"
	},
	["alveolo-palatal lateral approximant"] = {
		symbols = { "l̠ʲ", "ʎ̟", "ȴ" },
		wikipage = "alveolo-palatal lateral approximant",
		soundfile = "alveolo-palatal lateral approximant.ogg",
		type = "consonant"
	},
	["retroflex lateral approximant"] = {
		symbols = { "156", "ɭ" },
		wikipage = "retroflex lateral approximant",
		soundfile = "retroflex lateral approximant.ogg",
		type = "consonant"
	},
	["palatal lateral approximant"] = {
		symbols = { "157", "ʎ" },
		wikipage = "palatal lateral approximant",
		soundfile = "palatal lateral approximant.ogg",
		type = "consonant"
	},
	["velar lateral approximant"] = {
		symbols = { "158", "ʟ" },
		wikipage = "velar lateral approximant",
		soundfile = "velar lateral approximant.ogg",
		type = "consonant"
	},
	["velarized alveolar lateral approximant"] = {
		symbols = { "209", "ɫ", "l̴", "lˠ" },
		wikipage = "velarized alveolar lateral approximant",
		soundfile = "velarized alveolar lateral approximant.ogg",
		type = "consonant"
	},
	["velarized dental lateral approximant"] = {
		symbols = { "209 408", "ɫ̪", "l̴̪", "l̪ˠ" },
		wikipage = "velarized dental lateral approximant",
		soundfile = "velarized dental lateral approximant.ogg",
		type = "consonant"
	},
	["voiceless labio-velar approximant"] = {
		symbols = { "169", "hw", "w̥", "ʍ" },
		wikipage = "voiceless labio-velar approximant",
		soundfile = "voiceless labio-velar fricative.ogg",
		type = "consonant"
	},
	["labio-velar approximant"] = {
		symbols = { "170", "w" },
		wikipage = "labio-velar approximant",
		soundfile = "voiced labio-velar approximant.ogg",
		type = "consonant"
	},
	["nasal labio-velar approximant"] = {
		symbols = { "170 424", "w̃" },
		wikipage = "nasal labio-velar approximant",
		soundfile = "nasal labio-velar approximant.ogg",
		type = "consonant"
	},
	["labial-palatal approximant"] = {
		symbols = { "171", "ɥ" },
		wikipage = "labial-palatal approximant",
		soundfile = "labial-palatal approximant.ogg",
		type = "consonant"
	},
	["voiceless palatal approximant"] = {
		symbols = { "153 402A", "j̊" },
		wikipage = "voiceless palatal approximant",
		soundfile = "voiceless palatal approximant.ogg",
		type = "consonant"
	},
	-- TRILLS
	["bilabial trill"] = {
		symbols = { "121", "ʙ" },
		wikipage = "bilabial trill",
		soundfile = "bilabial trill.ogg",
		type = "consonant"
	},
	["labiodental trill"] = {
		symbols = { "121 408", "ʙ̪" },
		wikipage = "labiodental trill",
		soundfile = "labiodental trill.ogg",
		type = "consonant"
	},
	["dental trill"] = {
		symbols = { "122 408", "r̪" },
		wikipage = "dental trill",
		soundfile = "dental trill.ogg",
		type = "consonant"
	},
	["voiceless alveolar trill"] = {
		symbols = { "122 402A", "r̥" },
		wikipage = "voiceless alveolar trill",
		soundfile = "voiceless alveolar trill.ogg",
		type = "consonant"
	},
	["alveolar trill"] = {
		symbols = { "122", "r" },
		wikipage = "alveolar trill",
		soundfile = "alveolar trill.ogg",
		type = "consonant"
	},
	["voiceless raised alveolar trill"] = {
		symbols = { "122 402A 429", "r̝̊" },
		wikipage = "voiceless raised alveolar trill",
		soundfile = "voiceless raised alveolar trill.ogg",
		type = "consonant"
	},
	["raised alveolar trill"] = {
		symbols = { "122 429", "ɼ", "r̝" },
		wikipage = "raised alveolar trill",
		soundfile = "raised alveolar trill.ogg",
		type = "consonant"
	},
	["postalveolar trill"] = {
		symbols = { "122 414", "r̠" },
		wikipage = "postalveolar trill",
		soundfile = "postalveolar trill.ogg",
		type = "consonant"
	},
	["retroflex trill"] = {
		symbols = { "105 101 122", "ɽ͡r" },
		wikipage = "retroflex trill",
		soundfile = "retroflex trill.ogg",
		type = "consonant"
	},
	["voiceless uvular trill"] = {
		symbols = { "123 402A", "ʀ̥", "ʀ̊" },
		wikipage = "voiceless uvular trill",
		soundfile = "voiceless uvular trill.ogg",
		type = "consonant"
	},
	["uvular trill"] = {
		symbols = { "123", "ʀ" },
		wikipage = "uvular trill",
		soundfile = "uvular trill.ogg",
		type = "consonant"
	},
    ["voiceless raised uvular trill"] = {
		symbols = { "123 402A 429", "ʀ̝̊" },
		wikipage = "voiceless raised uvular trill",
		soundfile = "voiceless raised uvular trill.ogg",
		type = "consonant"
	},
    ["raised uvular trill"] = {
		symbols = { "123 429", "ʀ̝" },
		wikipage = "voiced raised uvular trill",
		soundfile = "raised uvular trill.ogg",
		type = "consonant"
	},
	["epiglottal trill"] = {
		symbols = { "ᴙ", "я" },
		wikipage = "epiglottal trill",
		soundfile = "epiglottal trill.ogg",
		type = "consonant"
	},
	["linguolabial trill"] = {
		symbols = { "122 407", "r̼" },
		wikipage = "linguolabial trill",
		soundfile = "linguolabial trill.ogg",
		type = "consonant"
	},
	-- FLAPS
	["bilabial flap"] = {
		symbols = { "184 413", "ⱱ̟" },
		wikipage = "bilabial flap",
		soundfile = "bilabial flap.ogg",
		type = "consonant"
	},
	["labiodental flap"] = {
		symbols = { "184", "ⱱ" },
		wikipage = "labiodental flap",
		soundfile = "labiodental flap.ogg",
		type = "consonant"
	},
	["dental flap"] = {
		symbols = { "124 408", "ɾ̪" },
		wikipage = "dental flap",
		soundfile = "dental flap.ogg",
		type = "consonant"
	},
	["voiceless alveolar flap"] = {
		symbols = { "124 402A", "ɾ̥" },
		wikipage = "voiceless alveolar flap",
		soundfile = "voiceless alveolar flap.ogg",
		type = "consonant"
	},
	["alveolar flap"] = {
		symbols = { "124", "ɾ" },
		wikipage = "alveolar flap",
		soundfile = "alveolar tap.ogg",
		type = "consonant"
	},
	["voiceless raised alveolar flap"] = {
		symbols = { "124 402A 429", "ɾ̝̊" },
		wikipage = "voiceless raised alveolar flap",
		soundfile = "voiceless raised alveolar flap.ogg",
		type = "consonant"
	},
	["raised alveolar flap"] = {
		symbols = { "124 429", "ɾ̝" },
		wikipage = "raised alveolar flap",
		soundfile = "raised alveolar flap.ogg",
		type = "consonant"
	},
	["postalveolar flap"] = {
		symbols = { "124 414", "ɾ̠" },
		wikipage = "postalveolar flap",
		soundfile = "postalveolar flap.ogg",
		type = "consonant"
	},
	["retroflex flap"] = {
		symbols = { "125", "ɽ" },
		wikipage = "retroflex flap",
		soundfile = "retroflex flap.ogg",
		type = "consonant"
	},
	["uvular flap"] = {
		symbols = { "112 505", "112 + 505", "ɢ̆", "ʀ̆" },
		wikipage = "uvular flap",
		soundfile = "uvular flap.ogg",
		type = "consonant"
	},
	["epiglottal flap"] = {
		symbols = { "173 432", "173 + 432", "ʡ̯" },
		wikipage = "epiglottal flap",
		soundfile = "epiglottal flap.ogg",
		type = "consonant"
	},
	["alveolar lateral flap"] = {
		symbols = { "181", "ɺ" },
		wikipage = "alveolar lateral flap",
		soundfile = "alveolar lateral flap.ogg",
		type = "consonant"
	},
	["retroflex lateral flap"] = {
		symbols = { "ɺ̠", "ɺ̢", "", "" },
		wikipage = "retroflex lateral flap",
		soundfile = "retroflex lateral flap.ogg",
		type = "consonant"
	},
	["palatal lateral flap"] = {
		symbols = { "ʎ̯" },
		wikipage = "palatal lateral flap",
		soundfile = "palatal lateral flap.ogg",
		type = "consonant"
	},
	["velar lateral flap"] = {
		symbols = { "ʟ̆" },
		wikipage = "velar lateral flap",
		soundfile = "velar lateral flap.ogg",
		type = "consonant"
	},
	-- LATERAL FRICATIVES
	["voiceless dental lateral fricative"] = {
		symbols = { "148 408", "ɬ̪" },
		wikipage = "voiceless dental lateral fricative",
		soundfile = "voiceless dental lateral fricative.ogg",
		type = "consonant"
	},
	["voiced dental lateral fricative"] = {
		symbols = { "149 408", "ɮ̪" },
		wikipage = "voiced dental lateral fricative",
		soundfile = "voiced dental lateral fricative.ogg",
		type = "consonant"
	},
	["voiceless alveolar lateral fricative"] = {
		symbols = { "148", "ɬ" },
		wikipage = "voiceless alveolar lateral fricative",
		soundfile = "voiceless alveolar lateral fricative.ogg",
		type = "consonant"
	},
	["voiced alveolar lateral fricative"] = {
		symbols = { "149", "ɮ" },
		wikipage = "voiced alveolar lateral fricative",
		soundfile = "voiced alveolar lateral fricative.ogg",
		type = "consonant"
	},
	["voiceless retroflex lateral fricative"] = {
		symbols = { "ɭ˔̊", "ɬ̢", "", "", "ꞎ" },
		wikipage = "voiceless retroflex lateral fricative",
		soundfile = "voiceless retroflex lateral fricative.ogg",
		type = "consonant"
	},
	["voiced retroflex lateral fricative"] = {
		symbols = { "156 429", "ɭ˔" },
		wikipage = "voiced retroflex lateral fricative",
		soundfile = "voiced retroflex lateral fricative.ogg",
		type = "consonant"
	},
	["voiceless palatal lateral fricative"] = {
		symbols = { "157 402A 429", "ʎ̥˔", "ʎ̝̊", "", "" },
		wikipage = "voiceless palatal lateral fricative",
		soundfile = "voiceless palatal lateral fricative.ogg",
		type = "consonant"
	},
	["voiced palatal lateral fricative"] = {
		symbols = { "157 429", "ʎ̝" },
		wikipage = "voiced palatal lateral fricative",
		soundfile = "voiced palatal lateral fricative.ogg",
		type = "consonant"
	},
	["voiceless velar lateral fricative"] = {
		symbols = { "158 429 402A", "ʟ̝̊", "", "" },
		wikipage = "voiceless velar lateral fricative",
		soundfile = "voiceless velar lateral fricative.ogg",
		type = "consonant"
	},
	["voiced velar lateral fricative"] = {
		symbols = { "158 429", "ʟ̝" },
		wikipage = "voiced velar lateral fricative",
		soundfile = "voiced velar lateral fricative.ogg",
		type = "consonant"
	},
	-- SIBILANTS
	["voiceless dental sibilant"] = {
		symbols = { "s̪" },
		wikipage = "voiceless dental sibilant",
		soundfile = "voiceless dental sibilant.ogg",
		type = "consonant"
	},
	["voiced dental sibilant"] = {
		symbols = { "z̪" },
		wikipage = "voiced dental sibilant",
		soundfile = "voiced dental sibilant.ogg",
		type = "consonant"
	},
	["voiceless corono-dentoalveolar sibilant"] = {
		symbols = { "s̄" },
		wikipage = "voiceless corono-dentoalveolar sibilant",
		soundfile = "voiceless corono-dentoalveolar sibilant.ogg",
		type = "consonant"
	},
	["voiceless alveolar sibilant"] = {
		symbols = { "132", "s" },
		wikipage = "voiceless alveolar sibilant",
		soundfile = "voiceless alveolar sibilant.ogg",
		type = "consonant"
	},
	["voiced alveolar sibilant"] = {
		symbols = { "133", "z" },
		wikipage = "voiced alveolar sibilant",
		soundfile = "voiced alveolar sibilant.ogg",
		type = "consonant"
	},
	["voiceless apico-alveolar sibilant"] = {
		symbols = { "132 (414)", "132 414", "s̺", "s̠" },
		wikipage = "voiceless apico-alveolar sibilant",
		soundfile = "voiceless apico-alveolar sibilant.ogg",
		type = "consonant"
	},
	["voiced apico-alveolar sibilant"] = {
		symbols = { "133 (414)", "133 414", "z̺", "z̠" },
		wikipage = "voiced apico-alveolar sibilant",
		soundfile = "voiced apico-alveolar sibilant.ogg",
		type = "consonant"
	},
	["voiceless palato-alveolar sibilant"] = {
		symbols = { "134", "ʃ" },
		wikipage = "voiceless palato-alveolar sibilant",
		soundfile = "voiceless palato-alveolar sibilant.ogg",
		type = "consonant"
	},
	["voiced palato-alveolar sibilant"] = {
		symbols = { "135", "ʒ" },
		wikipage = "voiced palato-alveolar sibilant",
		soundfile = "voiced palato-alveolar sibilant.ogg",
		type = "consonant"
	},
	["voiceless retroflex sibilant"] = {
		symbols = { "136", "ʂ" },
		wikipage = "voiceless retroflex sibilant",
		soundfile = "voiceless retroflex sibilant.ogg",
		type = "consonant"
	},
	["voiced retroflex sibilant"] = {
		symbols = { "137", "ʐ" },
		wikipage = "voiced retroflex sibilant",
		soundfile = "voiced retroflex sibilant.ogg",
		type = "consonant"
	},
	-- IMPLOSIVES
	["voiceless bilabial implosive"] = {
		symbols = { "ɓ̥", "ƥ" },
		wikipage = "voiceless bilabial implosive",
		soundfile = "voiceless bilabial implosive.ogg",
		type = "consonant"
	},
	["voiced bilabial implosive"] = {
		symbols = { "160", "ɓ" },
		wikipage = "voiced bilabial implosive",
		soundfile = "voiced bilabial implosive.ogg",
		type = "consonant"
	},
	["voiceless alveolar implosive"] = {
		symbols = { "ɗ̥", "ƭ" },
		wikipage = "voiceless alveolar implosive",
		soundfile = "voiceless alveolar implosive.ogg",
		type = "consonant"
	},
	["voiced alveolar implosive"] = {
		symbols = { "162", "ɗ" },
		wikipage = "voiced alveolar implosive",
		soundfile = "voiced alveolar implosive.ogg",
		type = "consonant"
	},
	["voiced retroflex implosive"] = {
		symbols = { "ᶑ" },
		wikipage = "voiced retroflex implosive",
		soundfile = "voiced retroflex implosive.ogg",
		type = "consonant"
	},
	["voiceless palatal implosive"] = {
		symbols = { "ʄ̊", "ƈ" },
		wikipage = "voiceless palatal implosive",
		soundfile = "voiceless palatal implosive.ogg",
		type = "consonant"
	},
	["voiced palatal implosive"] = {
		symbols = { "164", "ʄ" },
		wikipage = "voiced palatal implosive",
		soundfile = "voiced palatal implosive.ogg",
		type = "consonant"
	},
	["voiceless velar implosive"] = {
		symbols = { "ɠ̊", "ƙ" },
		wikipage = "voiceless velar implosive",
		soundfile = "voiceless velar implosive.ogg",
		type = "consonant"
	},
	["voiced velar implosive"] = {
		symbols = { "166", "ɠ" },
		wikipage = "voiced velar implosive",
		soundfile = "voiced velar implosive.ogg",
		type = "consonant"
	},
	["voiceless uvular implosive"] = {
		symbols = { "ʛ̥", "ʠ" },
		wikipage = "voiceless uvular implosive",
		soundfile = "voiceless uvular implosive.ogg",
		type = "consonant"
	},
	["voiced uvular implosive"] = {
		symbols = { "168", "ʛ" },
		wikipage = "voiced uvular implosive",
		soundfile = "voiced uvular implosive.ogg",
		type = "consonant"
	},
	-- EJECTIVES
	["bilabial ejective"] = {
		symbols = { "101 401", "101 + 401", "pʼ" },
		wikipage = "bilabial ejective",
		soundfile = "bilabial ejective plosive.ogg",
		type = "consonant"
	},
	["dental ejective"] = {
		symbols = { "103 401 408", "103 + 401 + 408", "t̪ʼ" },
		wikipage = "dental ejective",
		soundfile = "dental ejective.ogg",
		type = "consonant"
	},
	["alveolar ejective"] = {
		symbols = { "165", "103 401", "103 + 401", "tʼ" },
		wikipage = "alveolar ejective",
		soundfile = "alveolar ejective plosive.ogg",
		type = "consonant"
	},
	["palatal ejective"] = {
		symbols = { "107 401", "107 + 401", "cʼ" },
		wikipage = "palatal ejective",
		soundfile = "palatal ejective.ogg",
		type = "consonant"
	},
	["velar ejective"] = {
		symbols = { "109 401", "109 + 401", "kʼ" },
		wikipage = "velar ejective",
		soundfile = "velar ejective plosive.ogg",
		type = "consonant"
	},
	["uvular ejective"] = {
		symbols = { "111 401", "111 + 401", "qʼ" },
		wikipage = "uvular ejective",
		soundfile = "uvular ejective plosive.ogg",
		type = "consonant"
	},
	["alveolar ejective fricative"] = {
		symbols = { "132 401", "132 + 401", "sʼ" },
		wikipage = "alveolar ejective fricative",
		soundfile = "alveolar ejective fricative.ogg",
		type = "consonant"
	},
	["retroflex ejective"] = {
		symbols = { "105 401", "105 + 401", "ʈʼ" },
		wikipage = "retroflex ejective",
		soundfile = "retroflex ejective.ogg",
		type = "consonant"
	},
	["bilabial ejective fricative"] = {
		symbols = { "126 401", "126 + 401", "ɸʼ" },
		wikipage = "bilabial ejective fricative",
		soundfile = "bilabial ejective fricative.ogg",
		type = "consonant"
	},
	["labiodental ejective fricative"] = {
		symbols = { "128 401", "128 + 401", "fʼ" },
		wikipage = "labiodental ejective fricative",
		soundfile = "labiodental ejective fricative.ogg",
		type = "consonant"
	},
	["dental ejective fricative"] = {
		symbols = { "130 401", "130 + 401", "θʼ" },
		wikipage = "dental ejective fricative",
		soundfile = "dental ejective fricative.ogg",
		type = "consonant"
	},
	["alveolar lateral ejective fricative"] = {
		symbols = { "148 401", "148 + 401", "ɬʼ" },
		wikipage = "alveolar lateral ejective fricative",
		soundfile = "alveolar lateral ejective fricative.ogg",
		type = "consonant"
	},
	["palato-alveolar ejective fricative"] = {
		symbols = { "134 401", "134 + 401", "ʃʼ" },
		wikipage = "palato-alveolar ejective fricative",
		soundfile = "palato-alveolar ejective fricative.ogg",
		type = "consonant"
	},
	["alveolo-palatal ejective fricative"] = {
		symbols = { "182 401", "182 + 401", "ɕʼ" },
		wikipage = "alveolo-palatal ejective fricative",
		soundfile = "alveolo-palatal ejective fricative.ogg",
		type = "consonant"
	},
	["retroflex ejective fricative"] = {
		symbols = { "136 401", "136 + 401", "ʂʼ" },
		wikipage = "retroflex ejective fricative",
		soundfile = "retroflex ejective fricative.ogg",
		type = "consonant"
	},
	["palatal ejective fricative"] = {
		symbols = { "138 401", "138 + 401", "çʼ" },
		wikipage = "palatal ejective fricative",
		soundfile = "palatal ejective fricative.ogg",
		type = "consonant"
	},
	["velar ejective fricative"] = {
		symbols = { "140 401", "140 + 401", "xʼ" },
		wikipage = "velar ejective fricative",
		soundfile = "velar ejective fricative.ogg",
		type = "consonant"
	},
	["uvular ejective fricative"] = {
		symbols = { "142 401", "142 + 401", "χʼ" },
		wikipage = "uvular ejective fricative",
		soundfile = "uvular ejective fricative.ogg",
		type = "consonant"
	},
	-- AFFRICATES
	["alveolar lateral ejective affricate"] = {
		symbols = { "103 148 401", "103 (148) 401", "ƛ’", "t͡ɬʼ", "t͜ɬʼ", "tɬʼ" },
		wikipage = "alveolar lateral ejective affricate",
		soundfile = "alveolar lateral ejective affricate.ogg",
		type = "consonant"
	},
	["palato-alveolar ejective affricate"] = {
		symbols = { "tʃʼ", "t͜ʃʼ", "t͡ʃʼ" },
		wikipage = "palato-alveolar ejective affricate",
		soundfile = "palato-alveolar ejective affricate.ogg",
		type = "consonant"
	},
	["voiceless labiodental affricate"] = {
		symbols = { "pf", "p̪f", "p͡f", "p̪͡f" },
		wikipage = "voiceless labiodental affricate",
		soundfile = "voiceless labiodental affricate.ogg",
		type = "consonant"
	},
	["voiced labiodental affricate"] = {
		symbols = { "bv", "b̪v", "b͡v", "b͜v", "b̪͡v" },
		wikipage = "voiced labiodental affricate",
		soundfile = "voiced labiodental affricate.ogg",
		type = "consonant"
	},
	["dental ejective affricate"] = {
		symbols = { "t͡θʼ", "tθʼ" },
		wikipage = "dental ejective affricate",
		soundfile = "dental ejective affricate.ogg",
		type = "consonant"
	},
	["voiceless alveolar sibilant affricate"] = {
		symbols = { "103 132", "103 (132)", "ʦ", "ts", "t͜s", "t͡s" },
		wikipage = "voiceless alveolar sibilant affricate",
		soundfile = "voiceless alveolar sibilant affricate.oga",
		type = "consonant"
	},
	["alveolar ejective affricate"] = {
		symbols = { "103 132 401", "t͡sʼ", "tsʼ" },
		wikipage = "alveolar ejective affricate",
		soundfile = "alveolar ejective affricate.ogg",
		type = "consonant"
	},
	["voiceless apico-alveolar sibilant affricate"] = {
		symbols = { "103 132 (409)", "ts̺", "t̺s̺", "ts̠", "t̠s̠", "t͡s̺", "t̺͡s̺", "t͡s̠", "t̠͡s̠" },
		wikipage = "voiceless apico-alveolar sibilant affricate",
		soundfile = "voiceless apico-alveolar sibilant affricate.ogg",
		type = "consonant"
	},
	["voiced alveolar sibilant affricate"] = {
		symbols = { "104 133", "ʣ", "dz", "d͜z", "d͡z" },
		wikipage = "voiced alveolar sibilant affricate",
		soundfile = "voiced alveolar sibilant affricate.oga",
		type = "consonant"
	},
	["voiced apico-alveolar sibilant affricate"] = {
		symbols = { "104 133 (409)", "dz̺", "d̺z̺", "dz̠", "d̠z̠", "d͡z̺", "d̺͡z̺", "d͡z̠", "d̠͡z̠" },
		wikipage = "voiced apico-alveolar sibilant affricate",
		soundfile = "voiced apico-alveolar sibilant affricate.ogg",
		type = "consonant"
	},
	["voiceless dental sibilant affricate"] = {
		symbols = { "103 + 408 132 + 408", "t̪s̪", "ts̪", "t̪͡s̪", "t͡s̪" },
		wikipage = "voiceless dental sibilant affricate",
		soundfile = "voiceless dental sibilant affricate.oga",
		type = "consonant"
	},
	["voiceless dental non-sibilant affricate"] = {
		symbols = { "103 + 130", "tθ", "t͡θ", "t͜θ", "t̪͡θ", "t̟͡θ" },
		wikipage = "voiceless dental non-sibilant affricate",
		soundfile = "voiceless dental non-sibilant affricate.ogg",
		type = "consonant"
	},
	["voiced dental sibilant affricate"] = {
		symbols = { "104 + 408 133 + 408", "d̪z̪", "dz̪", "d̪͡z̪", "d͡z̪" },
		wikipage = "voiced dental sibilant affricate",
		soundfile = "voiced dental sibilant affricate.oga",
		type = "consonant"
	},
	["voiced dental non-sibilant affricate"] = {
		symbols = { "104 + 131", "dð", "d͡ð", "d͜ð", "d̪͡ð", "d̟͡ð" },
		wikipage = "voiced dental non-sibilant affricate",
		soundfile = "voiced dental non-sibilant affricate.ogg",
		type = "consonant"
	},
	["voiceless palato-alveolar affricate"] = {
		symbols = { "103 134", "103 (134)", "t̠ʃ", "ʧ", "tʃ", "t͜ʃ", "t͡ʃ" },
		wikipage = "voiceless palato-alveolar affricate",
		soundfile = "voiceless palato-alveolar affricate.ogg",
		type = "consonant"
	},
	["voiced palato-alveolar affricate"] = {
		symbols = { "104 135", "104 (135)", "d̠ʒ", "ʤ", "dʒ", "d͜ʒ", "d͡ʒ" },
		wikipage = "voiced palato-alveolar affricate",
		soundfile = "voiced palato-alveolar affricate.ogg",
		type = "consonant"
	},
	["voiceless alveolo-palatal affricate"] = {
		symbols = { "215", "t̠ɕ", "ʨ", "tɕ", "t͜ɕ", "t͡ɕ" },
		wikipage = "voiceless alveolo-palatal affricate",
		soundfile = "voiceless alveolo-palatal affricate.ogg",
		type = "consonant"
	},
	["voiced alveolo-palatal affricate"] = {
		symbols = { "216", "d̠ʑ", "ʥ", "dʑ", "d͜ʑ", "d͡ʑ" },
		wikipage = "voiced alveolo-palatal affricate",
		soundfile = "voiced alveolo-palatal affricate.ogg",
		type = "consonant"
	},
	["voiceless retroflex affricate"] = {
		symbols = { "105 (136)", "105 136", "ʈʂ", "t͡ʂ", "t͜ʂ", "tʂ", "ʈ͡ʂ" },
		wikipage = "voiceless retroflex affricate",
		soundfile = "voiceless retroflex affricate.ogg",
		type = "consonant"
	},
	["retroflex ejective affricate"] = {
		symbols = { "tʂʼ", "t͡ʂʼ", "ʈʂʼ", "ʈ͡ʂʼ" },
		wikipage = "retroflex ejective affricate",
		soundfile = "retroflex ejective affricate.ogg",
		type = "consonant"
	},
	["voiced retroflex affricate"] = {
		symbols = { "106 (137)", "106 137", "ɖʐ", "dʐ", "d͜ʐ", "ɖ͜ʐ", "d͡ʐ", "ɖ͡ʐ" },
		wikipage = "voiced retroflex affricate",
		soundfile = "voiced retroflex affricate.ogg",
		type = "consonant"
	},
	["voiced palatal affricate"] = {
		symbols = { "108 (139)", "108 139", "ɟ͡ʝ", "ɟʝ" },
		wikipage = "voiced palatal affricate",
		soundfile = "voiced palatal affricate.ogg",
		type = "consonant"
	},
	["voiceless palatal affricate"] = {
		symbols = { "107 (138)", "107 138", "c͡ç", "cç" },
		wikipage = "voiceless palatal affricate",
		soundfile = "voiceless palatal affricate.ogg",
		type = "consonant"
	},
	["palatal ejective affricate"] = {
		symbols = { "c͡çʼ", "cçʼ" },
		wikipage = "palatal ejective affricate",
		soundfile = "palatal ejective affricate.ogg",
		type = "consonant"
	},
	["voiceless velar affricate"] = {
		symbols = { "kx", "k͡x", "k͜x" },
		wikipage = "voiceless velar affricate",
		soundfile = "voiceless velar affricate.ogg",
		type = "consonant"
	},
	["voiceless uvular affricate"] = {
		symbols = { "qχ", "q͡χ" },
		wikipage = "voiceless uvular affricate",
		soundfile = "voiceless uvular affricate.ogg",
		type = "consonant"
	},
	["velar ejective affricate"] = {
		symbols = { "kxʼ", "k͜xʼ", "k͡xʼ" },
		wikipage = "velar ejective affricate",
		soundfile = "velar ejective affricate.ogg",
		type = "consonant"
	},
	["uvular ejective affricate"] = {
		symbols = { "q͡χʼ", "qχʼ" },
		wikipage = "uvular ejective affricate",
		soundfile = "uvular ejective affricate.ogg",
		type = "consonant"
	},
	["voiced velar affricate"] = {
		symbols = { "ɡɣ", "gɣ", "ɡ͡ɣ", "g͡ɣ" },
		wikipage = "voiced velar affricate",
		soundfile = "voiced velar affricate.ogg",
		type = "consonant"
	},
	["voiced uvular affricate"] = {
		symbols = { "ɢʁ", "ɢ͡ʁ" },
		wikipage = "voiced uvular affricate",
		soundfile = "voiced uvular affricate.ogg",
		type = "consonant"
	},
	["voiceless alveolar lateral affricate"] = {
		symbols = { "103 (148)", "103 148", "ƛ", "tɬ", "t͜ɬ", "t͡ɬ" },
		wikipage = "voiceless alveolar lateral affricate",
		soundfile = "voiceless alveolar lateral affricate.ogg",
		type = "consonant"
	},
	["voiced alveolar lateral affricate"] = {
		symbols = { "104 (149)", "104 149", "dɮ", "d͜ɮ", "d͡ɮ" },
		wikipage = "voiced alveolar lateral affricate",
		soundfile = "voiced alveolar lateral affricate.ogg",
		type = "consonant"
	},
   ["voiceless palatal lateral affricate"] = {
		symbols = { "c͡ʎ̥", "cʎ̥", "c͜ʎ̥", "c͡ʎ", "c͜ʎ", "cʎ", "c", "c", "c͡ʎ̥˔", "cʎ̥˔", "c͜ʎ̥˔", "c͜", "c͡", "c͡", "c͜" },
		wikipage = "voiceless palatal lateral affricate",
		soundfile = "voiceless palatal lateral affricate.ogg",
		type = "consonant"
	},
   ["voiced palatal lateral affricate"] = {
		symbols = { "ɟʎ̝", "ɟ͡ʎ̝" },
		wikipage = "voiced palatal lateral affricate",
		soundfile = "voiced palatal lateral affricate.ogg",
		type = "consonant"
	},
	["palatal lateral ejective affricate"] = {
		symbols = { "c͡ʼ", "c͜ʼ", "cʼ", "c͡ʼ", "c͜ʼ", "cʼ", "cʎ̝̥ʼ" },
		wikipage = "palatal lateral ejective affricate",
		soundfile = "palatal lateral ejective affricate.ogg",
		type = "consonant"
	},
	["voiceless velar lateral affricate"] = {
		symbols = { "k͡ʟ̝̊", "k", "k͜", "k͡", "k", "k͡", "k͜" },
		wikipage = "voiceless velar lateral affricate",
		soundfile = "voiceless velar lateral affricate.ogg",
		type = "consonant"
	},
	["velar lateral ejective affricate"] = {
		symbols = { "kʟ̝̊ʼ", "k͡ʼ", "k͜ʼ", "kʼ", "kʼ", "k͡ʼ", "k͜ʼ" },
		wikipage = "velar lateral ejective affricate",
		soundfile = "velar lateral ejective affricate.ogg",
		type = "consonant"
	},
	["voiced velar lateral affricate"] = {
		symbols = { "ɡʟ̝", "gʟ̝", "ɡ͡ʟ̝", "g͡ʟ̝" },
		wikipage = "voiced velar lateral affricate",
		soundfile = "voiced velar lateral affricate.ogg",
		type = "consonant"
	},
	["voiceless alveolo-palatal sibilant"] = {
		symbols = { "182", "ɕː", "ɕ" },
		wikipage = "voiceless alveolo-palatal sibilant",
		soundfile = "voiceless alveolo-palatal sibilant.ogg",
		type = "consonant"
	},
	["voiced alveolo-palatal sibilant"] = {
		symbols = { "183", "ʑː", "ʑ" },
		wikipage = "voiced alveolo-palatal sibilant",
		soundfile = "voiced alveolo-palatal sibilant.ogg",
		type = "consonant"
	},
	["sj-sound"] = {
		symbols = { "175", "ɧ" },
		wikipage = "sj-sound",
		soundfile = "voiceless dorso-palatal velar fricative.ogg",
		type = "consonant"
	},
	["voiceless labial-velar stop"] = {
		symbols = { "109 (101)", "109 101", "kp", "k͡p" },
		wikipage = "voiceless labial-velar stop",
		soundfile = "voiceless labial-velar stop.ogg",
		type = "consonant"
	},
	["voiced labial-velar stop"] = {
		symbols = { "110 (102)", "110 102", "ɡb", "gb", "ɡ͡b", "g͡b" },
		wikipage = "voiced labial-velar stop",
		soundfile = "voiced labial-velar stop.ogg",
		type = "consonant"
	},
	["labial-velar nasal"] = {
		symbols = { "119 (114)", "119 114", "ŋm", "ŋ͡m" },
		wikipage = "labial-velar nasal",
		soundfile = "labial-velar nasal stop.ogg",
		type = "consonant"
	},
	["alveolo-palatal ejective affricate"] = {
		symbols = { "t͡ɕʼ" },
		wikipage = "alveolo-palatal ejective affricate",
		soundfile = "alveolo-palatal ejective affricate.ogg",
		type = "consonant"
	},
	-- CLICKS
	["tenuis bilabial click"] = {
		symbols = { "176", "ʘ", "ᵏʘ", "kʘ" },
		wikipage = "tenuis bilabial click",
		soundfile = "clic bilabial sourd.ogg",
		type = "consonant"
	},
	["tenuis dental click"] = {
		symbols = { "177", "ǀ" --[[ not the regular | (pipe) symbol ]], "ʇ", "ᵏʇ", "ᵏǀ", "kʇ", "kǀ" },
		wikipage = "tenuis dental click",
		soundfile = "dental click.ogg",
		type = "consonant"
	},
	["tenuis alveolar click"] = {
		symbols = { "178", "ǃ", "ʗ", "ᵏʗ", "ᵏǃ", "kʗ", "kǃ" },
		wikipage = "tenuis alveolar click",
		soundfile = "postalveolar click.ogg",
		type = "consonant"
	},
	["tenuis palatal click"] = {
		symbols = { "179", "ǂ", "ᵏǂ", "kǂ" },
		wikipage = "tenuis palatal click",
		soundfile = "palatoalveolar click.ogg",
		type = "consonant"
	},
	["tenuis alveolar lateral click"] = {
		symbols = { "180", "ǁ", "ʖ", "ᵏʖ", "ᵏǁ", "kʖ", "kǁ" },
		wikipage = "tenuis alveolar lateral click",
		soundfile = "alveolar lateral click.ogg",
		type = "consonant"
	},
	["voiced dental click"] = {
		symbols = { "ǀ̬", "ʇ̬", "ᶢǀ", "ᶢʇ", "ɡǀ", "gǀ", "ɡʇ", "gʇ" },
		wikipage = "voiced dental click",
		soundfile = "voiced dental click.ogg",
		type = "consonant"
	},
	["dental nasal click"] = {
		symbols = { "ǀ̃", "ʇ̃", "ᵑǀ", "ᵑʇ", "ŋǀ", "ŋʇ" },
		wikipage = "dental nasal click",
		soundfile = "dental nasal click.ogg",
		type = "consonant"
	},
	["glottalized dental nasal click"] = {
		symbols = { "ǀ̃ˀ", "ʇ̃ˀ", "ǀˀ", "ʇˀ", "ᵑǀˀ", "ᵑʇˀ", "ᵑ̊ǀˀ", "ᵑ̊ʇˀ", "ŋ̊ǀˀ", "ŋ̊ʇˀ", "ŋǀˀ", "ŋʇˀ" },
		wikipage = "glottalized dental nasal click",
		soundfile = "glottalized dental nasal click.ogg",
		type = "consonant"
	},
	["voiced alveolar click"] = {
		symbols = { "ǃ̬", "ʗ̬", "ᶢǃ", "ᶢʗ", "ɡǃ", "gǃ", "ɡʗ", "gʗ" },
		wikipage = "voiced alveolar click",
		soundfile = "voiced alveolar click.ogg",
		type = "consonant"
	},
	["alveolar nasal click"] = {
		symbols = { "ǃ̃", "ʗ̃", "ᵑǃ", "ᵑʗ", "ŋǃ", "ŋʗ" },
		wikipage = "alveolar nasal click",
		soundfile = "alveolar nasal click.ogg",
		type = "consonant"
	},
	["glottalized alveolar nasal click"] = {
		symbols = { "ǃ̃ˀ", "ʗ̃ˀ", "ǃˀ", "ʗˀ", "ᵑǃˀ", "ᵑʗˀ", "ᵑ̊ǃˀ", "ᵑ̊ʗˀ", "ŋ̊ǃˀ", "ŋ̊ʗˀ", "ŋǃˀ", "ŋʗˀ" },
		wikipage = "glottalized alveolar nasal click",
		soundfile = "glottalized alveolar nasal click.ogg",
		type = "consonant"
	},
	["voiced alveolar lateral click"] = {
		symbols = { "ǁ̬", "ʖ̬", "ᶢǁ", "ᶢʖ", "ɡǁ", "gǁ", "ɡʖ", "gʖ" },
		wikipage = "voiced alveolar lateral click",
		soundfile = "voiced alveolar lateral click.ogg",
		type = "consonant"
	},
	["alveolar lateral nasal click"] = {
		symbols = { "ǁ̃", "ʖ̃", "ᵑǁ", "ᵑʖ", "ŋǁ", "ŋʖ" },
		wikipage = "alveolar lateral nasal click",
		soundfile = "alveolar lateral nasal click.ogg",
		type = "consonant"
	},
	["glottalized alveolar lateral nasal click"] = {
		symbols = { "ǁ̃ˀ", "ʖ̃ˀ", "ǁˀ", "ʖˀ", "ᵑǁˀ", "ᵑʖˀ", "ᵑ̊ǁˀ", "ᵑ̊ʖˀ", "ŋ̊ǁˀ", "ŋ̊ʖˀ", "ŋǁˀ", "ŋʖˀ" },
		wikipage = "glottalized alveolar lateral nasal click",
		soundfile = "glottalized alveolar lateral nasal click.ogg",
		type = "consonant"
	},
	["voiced palatal click"] = {
		symbols = { "ǂ̬", "ᶢǂ", "ɡǂ", "gǂ" },
		wikipage = "voiced palatal click",
		soundfile = "voiced palatal click.ogg",
		type = "consonant"
	},
	["palatal nasal click"] = {
		symbols = { "ǂ̃", "ᵑǂ", "ŋǂ" },
		wikipage = "palatal nasal click",
		soundfile = "palatal nasal click.ogg",
		type = "consonant"
	},
	["glottalized palatal nasal click"] = {
		symbols = { "ǂ̃ˀ", "ǂˀ", "ᵑǂˀ", "ᵑ̊ǂˀ", "ŋ̊ǂˀ", "ŋǂˀ" },
		wikipage = "glottalized palatal nasal click",
		soundfile = "glottalized palatal nasal click.ogg",
		type = "consonant"
	},
	["voiced bilabial click"] = {
		symbols = { "ʘ̬", "ᶢʘ", "ɡʘ", "gʘ" },
		wikipage = "voiced bilabial click",
		soundfile = "voiced bilabial click.ogg",
		type = "consonant"
	},
	["bilabial nasal click"] = {
		symbols = { "ʘ̃", "ᵑʘ", "ŋʘ" },
		wikipage = "bilabial nasal click",
		soundfile = "bilabial nasal click.ogg",
		type = "consonant"
	},
	["glottalized bilabial nasal click"] = {
		symbols = { "ʘ̃ˀ", "ʘˀ", "ᵑʘˀ", "ᵑ̊ʘˀ", "ŋ̊ʘˀ", "ŋʘˀ" },
		wikipage = "glottalized bilabial nasal click",
		soundfile = "glottalized bilabial nasal click.ogg",
		type = "consonant"
	},
	["voiceless retroflex click"] = {
		symbols = { "ǃ˞", "‼" },
		wikipage = "voiceless retroflex click",
		soundfile = "voiceless retroflex click.ogg",
		type = "consonant"
	},
	["voiced retroflex click"] = {
		symbols = { "ǃ̬˞", "ᶢǃ˞", "ɡǃ˞", "gǃ˞", "‼̬", "ᶢ‼", "ɡ‼", "g‼" },
		wikipage = "voiced retroflex click",
		soundfile = "voiced retroflex click.ogg",
		type = "consonant"
	},
	["retroflex nasal click"] = {
		symbols = { "ǃ̃˞", "ᵑǃ˞", "ŋǃ˞", "‼̃", "ᵑ‼", "ŋ‼" },
		wikipage = "retroflex nasal click",
		soundfile = "retroflex nasal click.ogg",
		type = "consonant"
	},
	["glottalized retroflex nasal click"] = {
		symbols = { "ǃ̃˞ˀ", "ǃ˞ˀ", "ᵑǃ˞ˀ", "ᵑ̊ǃ˞ˀ", "ŋ̊ǃ˞ˀ", "ŋ‼ˀ", "ŋǃ˞ˀ", "ŋ̊‼ˀ", "ᵑ̊‼ˀ", "ᵑ‼ˀ", "‼̃ˀ", "‼ˀ" },
		wikipage = "glottalized retroflex nasal click",
		soundfile = "glottalized retroflex nasal click.ogg",
		type = "consonant"
	},
	-- VOWELS
	["close front unrounded vowel"] = {
		symbols = { "301", "i", "iː" },
		wikipage = "close front unrounded vowel",
		soundfile = "close front unrounded vowel.ogg",
		type = "vowel"
	},
	["close front rounded vowel"] = {
		symbols = { "309", "y", "yː" },
		wikipage = "close front rounded vowel",
		soundfile = "close front rounded vowel.ogg",
		type = "vowel"
	},
	["close central unrounded vowel"] = {
		symbols = { "317", "ɨ", "ɨː" },
		wikipage = "close central unrounded vowel",
		soundfile = "close central unrounded vowel.ogg",
		type = "vowel"
	},
	["close central rounded vowel"] = {
		symbols = { "318", "ʉ", "ʉː" },
		wikipage = "close central rounded vowel",
		soundfile = "close central rounded vowel.ogg",
		type = "vowel"
	},
	["close back unrounded vowel"] = {
		symbols = { "316", "ɯ", "ɯː" },
		wikipage = "close back unrounded vowel",
		soundfile = "close back unrounded vowel.ogg",
		type = "vowel"
	},
	["close back rounded vowel"] = {
		symbols = { "308", "u", "uː" },
		wikipage = "close back rounded vowel",
		soundfile = "close back rounded vowel.ogg",
		type = "vowel"
	},
	["near-close front unrounded vowel"] = {
		symbols = { "319 413", "ɪ̟", "ɪ̟ː", "i̞", "i̞ː", "e̝", "e̝ː" },
		wikipage = "near-close front unrounded vowel",
		soundfile = "near-close front unrounded vowel.ogg",
		type = "vowel"
	},
	["near-close near-front unrounded vowel"] = {
		symbols = { "319", "ɪ", "ɪː" },
		wikipage = "near-close near-front unrounded vowel",
		soundfile = "near-close near-front unrounded vowel.ogg",
		type = "vowel"
	},
	["near-close near-front rounded vowel"] = {
		symbols = { "320", "ʏ", "ʏː" },
		wikipage = "near-close near-front rounded vowel",
		soundfile = "near-close near-front rounded vowel.ogg",
		type = "vowel"
	},
	["near-close central unrounded vowel"] = {
		symbols = { "319 415", "ᵻ", "ɪ̵", "ɪ̈" },
		wikipage = "near-close central unrounded vowel",
		soundfile = "near-close central unrounded vowel.ogg",
		type = "vowel"
	},
	["near-close central rounded vowel"] = {
		symbols = { "321 415", "318 430", "ʉ̞", "ʊ̵", "ʊ̈" },
		wikipage = "near-close central rounded vowel",
		soundfile = "near-close central rounded vowel.ogg",
		type = "vowel"
	},
	["near-close near-back rounded vowel"] = {
		symbols = { "321", "ʊ", "ʊː" },
		wikipage = "near-close near-back rounded vowel",
		soundfile = "near-close near-back rounded vowel.ogg",
		type = "vowel"
	},
	["near-close near-back unrounded vowel"] = {
		symbols = { "321 412", "ʊ̜", "ʊ̜ː", "ɯ̽", "ɯ̽ː" },
		wikipage = "near-close near-back unrounded vowel",
		soundfile = "near-close near-back unrounded vowel.ogg",
		type = "vowel"
	},
	["near-close back rounded vowel"] = {
		symbols = { "321 414", "ʊ̠", "ʊ̠ː", "u̞", "u̞ː", "o̝", "o̝ː" },
		wikipage = "near-close back rounded vowel",
		soundfile = "near-close back rounded vowel.ogg",
		type = "vowel"
	},
	["close-mid front unrounded vowel"] = {
		symbols = { "302", "e", "eː" },
		wikipage = "close-mid front unrounded vowel",
		soundfile = "close-mid front unrounded vowel.ogg",
		type = "vowel"
	},
	["mid front unrounded vowel"] = {
		symbols = { "302 430", "ᴇ", "e̞", "ɛ̝" },
		wikipage = "mid front unrounded vowel",
		soundfile = "mid front unrounded vowel.ogg",
		type = "vowel"
	},
	["close-mid front rounded vowel"] = {
		symbols = { "310", "ø", "øː" },
		wikipage = "close-mid front rounded vowel",
		soundfile = "close-mid front rounded vowel.ogg",
		type = "vowel"
	},
	["close-mid central unrounded vowel"] = {
		symbols = { "397", "ɘ", "ɘː" },
		wikipage = "close-mid central unrounded vowel",
		soundfile = "close-mid central unrounded vowel.ogg",
		type = "vowel"
	},
	["close-mid central rounded vowel"] = {
		symbols = { "323", "ɵ", "ɵː" },
		wikipage = "close-mid central rounded vowel",
		soundfile = "close-mid central rounded vowel.ogg",
		type = "vowel"
	},
	["close-mid back unrounded vowel"] = {
		symbols = { "315", "ɤ", "ɤː" },
		wikipage = "close-mid back unrounded vowel",
		soundfile = "close-mid back unrounded vowel.ogg",
		type = "vowel"
	},
	["close-mid back rounded vowel"] = {
		symbols = { "307", "o", "oː" },
		wikipage = "close-mid back rounded vowel",
		soundfile = "close-mid back rounded vowel.ogg",
		type = "vowel"
	},
	["mid back rounded vowel"] = {
		symbols = { "307 430", "ɔ̝", "o̞", "o̞ː" },
		wikipage = "mid back rounded vowel",
		soundfile = "mid back rounded vowel.ogg",
		type = "vowel"
	},
	["mid-central unrounded vowel"] = {
		symbols = { "322", "ə", "əː" },
		wikipage = "mid-central unrounded vowel",
		soundfile = "mid-central vowel.ogg",
		type = "vowel"
	},
	["mid-central rounded vowel"] = {
		symbols = { "323 430", "ɵ̞", "ɵ̞ː" },
		wikipage = "mid-central rounded vowel",
		soundfile = "mid-central rounded vowel.ogg",
		type = "vowel"
	},
	["open-mid front unrounded vowel"] = {
		symbols = { "303", "ɛ", "ɛː" },
		wikipage = "open-mid front unrounded vowel",
		soundfile = "open-mid front unrounded vowel.ogg",
		type = "vowel"
	},
	["open-mid front rounded vowel"] = {
		symbols = { "311", "œ", "œː" },
		wikipage = "open-mid front rounded vowel",
		soundfile = "open-mid front rounded vowel.ogg",
		type = "vowel"
	},
	["open-mid central unrounded vowel"] = {
		symbols = { "326", "ɜ", "ɜː" },
		wikipage = "open-mid central unrounded vowel",
		soundfile = "open-mid central unrounded vowel.ogg",
		type = "vowel"
	},
	["open-mid central rounded vowel"] = {
		symbols = { "395", "ɞ" },
		wikipage = "open-mid central rounded vowel",
		soundfile = "open-mid central rounded vowel.ogg",
		type = "vowel"
	},
	["open-mid back unrounded vowel"] = {
		symbols = { "314", "ʌ", "ʌː" },
		wikipage = "open-mid back unrounded vowel",
		soundfile = "open-mid back unrounded vowel.ogg",
		type = "vowel"
	},
	["open-mid back rounded vowel"] = {
		symbols = { "306", "ɔ", "ɔː" },
		wikipage = "open-mid back rounded vowel",
		soundfile = "open-mid back rounded vowel.ogg",
		type = "vowel"
	},
	["near-open front unrounded vowel"] = {
		symbols = { "325", "æ", "æː" },
		wikipage = "near-open front unrounded vowel",
		soundfile = "near-open front unrounded vowel.ogg",
		type = "vowel"
	},
	["near-open central vowel"] = {
		symbols = { "324", "ɐ", "ɐː" },
		wikipage = "near-open central vowel",
		soundfile = "near-open central unrounded vowel.ogg",
		type = "vowel"
	},
	["open front unrounded vowel"] = {
		symbols = { "304", "a", "aː" },
		wikipage = "open front unrounded vowel",
		soundfile = "open front unrounded vowel.ogg",
		type = "vowel"
	},
	["open central unrounded vowel"] = {
		symbols = { "304 415", "a̠", "ä", "äː" },
		wikipage = "open central unrounded vowel",
		soundfile = "open central unrounded vowel.ogg",
		type = "vowel"
	},
	["open front rounded vowel"] = {
		symbols = { "312", "ɶ" },
		wikipage = "open front rounded vowel",
		soundfile = "open front rounded vowel.ogg",
		type = "vowel"
	},
	["open back unrounded vowel"] = {
		symbols = { "305", "ɑ", "ɑː" },
		wikipage = "open back unrounded vowel",
		soundfile = "open back unrounded vowel.ogg",
		type = "vowel"
	},
	["open back rounded vowel"] = {
		symbols = { "313", "ɒː", "ɒ" },
		wikipage = "open back rounded vowel",
		soundfile = "open back rounded vowel.ogg",
		type = "vowel"
	},
	["open central rounded vowel"] = {
		symbols = { "313 415", "ɒ̈", "ɒ̟", "ɶ̈", "ɶ̠" },
		wikipage = "open central rounded vowel",
		soundfile = "open central rounded vowel.ogg",
		type = "vowel"
	},
	["mid front rounded vowel"] = {
		symbols = { "310 430", "ø̞" },
		wikipage = "mid front rounded vowel",
		soundfile = "mid front rounded vowel.ogg",
		type = "vowel"
	},
	["mid back unrounded vowel"] = {
		symbols = { "315 430", "ɤ̞" },
		wikipage = "mid back unrounded vowel",
		soundfile = "mid back unrounded vowel.ogg",
		type = "vowel"
	},
	-- DIACRITICS (uncombined meaning and link)
	-- used ◌ (dotted circle, decimal ◌) as general placemarker: e.g. ◌ʼ
	["ejective consonant"] = {
		symbols = { "◌ʼ", "ʼ", "401" },
		wikipage = "ejective consonant",
		soundfile = "",
		type = "diacritic"
	},
	["voiceless"] = {
		symbols = { "◌̥", "̥", "402A" },
		wikipage = "voiceless",
		soundfile = "",
		type = "diacritic"
	},
	["voice (phonetics)"] = {
		symbols = { "s̬", "t̬", "◌̬", "̬", "403" },
		wikipage = "voice (phonetics)",
		soundfile = "",
		type = "diacritic"
	},
	["aspirated consonant"] = {
		symbols = { "pʰ", "tʰ", "t̪ ʰ", "ʈʰ", "kʰ", "qʰ", "tsʰ", "tʃʰ", "tʂʰ", "ʈʂʰ", "tɕʰ", "tɬʰ", "kxʰ", "t͡sʰ", "t͡ʃʰ", "t͡ʂʰ", "ʈ͡ʂʰ", "t͡ɕʰ", "t͡ɬʰ", "k͡xʰ", "◌ʰ", "ʰ", "404" },
		wikipage = "aspirated consonant",
		soundfile = "",
		type = "diacritic"
	},
	["breathy voice"] = {
		symbols = { "b̤", "d̤", "ɡ̈", "g̈", "◌̤", "̤", "bʱ", "dʱ", "d̪ʱ", "ɡʱ", "gʱ", "ɖʱ", "dʒʱ", "d͡ʒʱ", "dzʱ", "d͡zʱ", "dʐʱ", "d͡ʐʱ", "ɖʐʱ", "ɖ͡ʐʱ", "dʑʱ", "d͡ʑʱ", "◌ʱ", "ʱ", "405" },
		wikipage = "breathy voice",
		soundfile = "",
		type = "diacritic"
	},
	["creaky voice"] = {
		symbols = { "406", "a̰", "b̰", "◌̰", "̰" },
		wikipage = "creaky voice",
		soundfile = "",
		type = "diacritic"
	},
	-- ARTICULATION DIACRITICS
	["linguolabial consonant"] = {
		symbols = { "̼", "407" },
		wikipage = "linguolabial consonant",
		soundfile = "",
		type = "diacritic"
	},
	["dental consonant"] = {
		symbols = { "̪", "408" },
		wikipage = "dental consonant",
		soundfile = "",
		type = "diacritic"
	},
	["apical consonant"] = {
		symbols = { "̺", "409" },
		wikipage = "apical consonant",
		soundfile = "",
		type = "diacritic"
	},
	["laminal consonant"] = {
		symbols = { "̻", "410" },
		wikipage = "laminal consonant",
		soundfile = "",
		type = "diacritic"
	},
	["roundedness"] = {
		symbols = { "̹", "411", "412", "̜" },
		wikipage = "roundedness",
		soundfile = "",
		type = "diacritic"
	},
	["relative articulation#Advanced and retracted"] = {
		symbols = { "̟", "̠", "413", "414" },
		wikipage = "relative articulation#Advanced and retracted",
		soundfile = "",
		type = "diacritic"
	},
	["relative articulation#Centralized vowels"] = {
		symbols = { "̈", "415" },
		wikipage = "relative articulation#Centralized vowels",
		soundfile = "",
		type = "diacritic"
	},
	["relative articulation#Mid-centralized vowel"] = {
		symbols = { "̽", "416" },
		wikipage = "relative articulation#Mid-centralized vowel",
		soundfile = "",
		type = "diacritic"
	},
	["advanced and retracted tongue root"] = {
		symbols = { "̘" --[[ U+0318 ]], "̙" --[[ U+0319 ]], "417", "418" },
		wikipage = "advanced and retracted tongue root",
		soundfile = "",
		type = "diacritic"
	},
	["r-colored vowel"] = {
		symbols = { "419", "322 419", "322 + 419", "ɚ", "ɝ", "ɝː" },
		wikipage = "r-colored vowel",
		soundfile = "regular and r-colored vowels.ogg",
		type = "diacritic"
	},
	["labialization"] = {
		symbols = { "420", "kʷ", "ɡʷ", "gʷ", "xʷ", "ɣʷ", "ŋʷ", "qʷ", "ɢʷ", "ɴʷ", "χʷ", "ʁʷ", "◌ʷ", "ʔʷ", "pʷ", "bʷ", "kpʷ", "tsʷ", "dzʷ", "tʃʷ", "dʒʷ", "kxʷ", "ɡɣʷ", "gɣʷ", "qχʷ", "ɢʁʷ", "sʷ", "zʷ", "ʂʷ", "ʐʷ", "fʷ", "vʷ", "ħʷ", "ʕʷ", "hʷ", "ɦʷ", "ʷ" },
		wikipage = "labialization",
		soundfile = "",
		type = "diacritic"
	},
	["palatalization"] = {
		symbols = { "421", "◌ʲ", "ʲ" },
		wikipage = "palatalization",
		soundfile = "",
		type = "diacritic"
	},
	["velarization"] = {
		symbols = { "422", "428", "◌̴", "̴", "◌ˠ", "ˠ" },
		wikipage = "velarization",
		soundfile = "",
		type = "diacritic"
	},
	["pharyngealization"] = {
		symbols = { "423", "sˤ", "zˤ", "tˤ", "dˤ", "θˤ", "ðˤ", "ɮˤ", "lˤ", "kˤ", "ʔˤ", "◌ˤ", "ˤ" },
		wikipage = "pharyngealization",
		soundfile = "",
		type = "diacritic"
	},
	["nasal vowel"] = {
		symbols = { "424", "æ̃", "ɒ̃", "ə̃", "ɨ̃", "ɪ̃", "ʊ̃", "ø̃", "ʏ̃", "ʉ̃", "ɤ̃", "ɯ̃", "ɑ̃", "ɛ̃", "œ̃", "ɔ̃", "ã", "ẽ", "ĩ", "õ", "ũ", "ɐ̃", "ỹ" },
		wikipage = "nasal vowel",
		soundfile = "",
		type = "diacritic"
	},
	["nasalization"] = {
		symbols = { "◌̃", "̃" },
		wikipage = "nasalization",
		soundfile = "",
		type = "diacritic"
	},
	["nasal release"] = {
		symbols = { "◌ⁿ", "ⁿ", "425" },
		wikipage = "nasal release",
		soundfile = "",
		type = "diacritic"
	},
	["lateral release (phonetics)"] = {
		symbols = { "dˡ", "◌ˡ", "ˡ", "426" },
		wikipage = "lateral release (phonetics)",
		soundfile = "",
		type = "diacritic"
	},
	["no audible release"] = {
		symbols = { "d̚", "◌̚", "̚", "427" },
		wikipage = "no audible release",
		soundfile = "",
		type = "diacritic"
	},
	["glottalization"] = {
		symbols = { "◌ˀ", "ˀ" },
		wikipage = "glottalization",
		soundfile = "",
		type = "diacritic"
	},
	["relative articulation#Raised and lowered"] = {
		symbols = { "̝" --[[ U+031D ]], "˔" --[[ U+02D4 ]], "̞" --[[ U+031E ]], "˕" --[[ U+02D5 ]], "429" },
		wikipage = "relative articulation#Raised and lowered",
		soundfile = "",
		type = "diacritic"
	},
	["syllabic consonant"] = {
		symbols = { "430", "ŋ̍", "ŋ̩", "n̩", "m̩", "r̩", "ɹ̩", "l̩", "◌̩", "̩", "431" },
		wikipage = "syllabic consonant",
		soundfile = "",
		type = "diacritic"
	},
	["syllabification"] = {
		symbols = { "." },
		wikipage = "syllabification",
		soundfile = "",
		type = "diacritic"
	},
	["semivowel"] = {
		symbols = { "u̯", "i̯", "y̯", "ʊ̯", "ɪ̯", "ʏ̯", "e̯", "o̯", "◌̯", "̯", "432" },
		wikipage = "semivowel",
		soundfile = "",
		type = "diacritic"
	},
	["diphthong"] = {
		symbols = { "aʊ", "aɪ", "ɔɪ", "oʊ", "eɪ" },
		wikipage = "diphthong",
		soundfile = "",
		type = "diacritic"
	},
	["labio-palatalization"] = {
		symbols = { "ᶣ" },
		wikipage = "labio-palatalization",
		soundfile = "",
		type = "diacritic"
	},
	-- SUPRASEGMENTALS
	["stress (linguistics)"] = {
		symbols = { "501", "ˈ" },
		wikipage = "stress (linguistics)",
		soundfile = "",
		type = "suprasegmental"
	},
	["secondary stress"] = {
		symbols = { "502", "ˌ" },
		wikipage = "secondary stress",
		soundfile = "",
		type = "suprasegmental"
	},
	["length (phonetics)"] = {
		symbols = { "503", "504", "ˑ", "ː" },
		wikipage = "length (phonetics)",
		soundfile = "",
		type = "suprasegmental"
	},
	["extra-short"] = {
		symbols = { "505", "̆", "ə̆" },
		wikipage = "extra-short",
		soundfile = "",
		type = "suprasegmental"
	},
	-- TONE LETTERS
	["tone letter"] = {
		symbols = { "519", "523", "˩", "˨", "˧", "˦", "˥" },
		wikipage = "tone letter",
		soundfile = "",
		type = "tone letter"
	},
	["downstep"] = {
		symbols = { "517", "ꜜ◌", "ꜜ" },
		wikipage = "downstep",
		soundfile = "",
		type = "tone letter"
	},
	["upstep"] = {
		symbols = { "518", "ꜛ◌", "ꜛ" },
		wikipage = "upstep",
		soundfile = "",
		type = "tone letter"
	},
	["zero (linguistics)"] = {
		symbols = { "∅" },
		wikipage = "zero (linguistics)",
		soundfile = "",
		type = ""
	},
	-- EXTENDED IPA
	["bidental percussive"] = {
		symbols = { "601" },
		wikipage = "bidental percussive",
		soundfile = "",
		type = "consonant"
	},
	["velopharyngeal fricative"] = {
		symbols = { "602" },
		wikipage = "velopharyngeal fricative",
		soundfile = "",
		type = "consonant"
	},
	["lateralised [s]"] = {
		symbols = { "603" },
		wikipage = "lateralised [s]",
		soundfile = "",
		type = "consonant"
	},
	["lateralised [z]"] = {
		symbols = { "604" },
		wikipage = "lateralised [z]",
		soundfile = "",
		type = "consonant"
	},

	["IPA"] = {
		symbols = {
			"611" --[[ balloon ]], "612", "*", -- INDETERMINACY symbols
			"901", "[", "902", "]", "903", "/", "906", "(", "907", ")" -- TRANSCRIPTION
		},
		wikipage = "IPA",
		soundfile = "",
		type = ""
	}
}

local symbols = {}
for k,v in pairs(correspondences) do
	v.name = k
	for _,symbol in pairs(v.symbols) do
		symbols[symbol] = k
	end
	v.symbols = nil
end
return { symbols = symbols, correspondences = correspondences }