Module:qlu-pron: Difference between revisions

No edit summary
No edit summary
Line 113: Line 113:
if match(syll, first_stress) then
if match(syll, first_stress) then
syll = "ˈ" .. gsub(mw.ustring.toNFD(syll), c.circ, "")
syll = "ˈ" .. gsub(mw.ustring.toNFD(syll), c.circ, "")
end
elseif match(word, "[ɛɔI]") then
if match(syll, "[ɛɔI]") then
syll = "ˈ" .. syll
end
end
else
else