45,647
edits
No edit summary |
No edit summary |
||
Line 13: | Line 13: | ||
local uvular = "q" | local uvular = "q" | ||
local consonants = "[mpbvwθntdszlrɾɲŋɴʎhɥjɟ" .. velar .. uvular .. "]" | 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 | ||
local vowels = "[aeiouyː" .. NONSYLLABIC .. DIPHTHONG .. "]" | |||
local rules = { | local rules = { |