Module:IPA/SAMPA: Difference between revisions

From Laenkea
Jump to navigation Jump to search
(Created page with "return { ["g"] = "ɡ", ["E"] = "ɛ", ["O"] = "ɔ", ["%%"] = "ˌ", ["%:"] = "ː", ['%"'] = "ˈ", ["%'"] = "ʲ", ["%_j"] = "ʲ", ['z`'] = 'ʐ' }")
(No difference)

Revision as of 23:27, 20 March 2024

Documentation for this module may be created at Module:IPA/SAMPA/documentation

return {
["g"] = "ɡ",
["E"] = "ɛ",
["O"] = "ɔ",
["%%"] = "ˌ",
["%:"] = "ː",
['%"'] = "ˈ",
["%'"] = "ʲ",
["%_j"] = "ʲ",
['z`'] = 'ʐ'
}