45,640
edits
No edit summary |
No edit summary |
||
Line 12: | Line 12: | ||
local velar = "kɡxɣ" | local velar = "kɡxɣ" | ||
local uvular = "q" | local uvular = "q" | ||
local consonants = "[ | local consonants = "[mpbvwθntdszlrɾɲŋɴʎhɥjɟṛ" .. velar .. uvular .. "]" | ||
local NONSYLLABIC = u(0x032F) -- non-syllabic, combining inverted breve below | local NONSYLLABIC = u(0x032F) -- non-syllabic, combining inverted breve below | ||
local DIPHTHONG = u(0x035C) -- double articulation, combining double breve below | local DIPHTHONG = u(0x035C) -- double articulation, combining double breve below | ||
Line 50: | Line 50: | ||
else penult = "ˈ" .. penult end | else penult = "ˈ" .. penult end | ||
return table.concat(syllables | return table.concat(syllables) | ||
end | end | ||