45,640
edits
No edit summary |
No edit summary |
||
Line 38: | Line 38: | ||
local r2 = match(word, C .. "(.*)") | local r2 = match(word, C .. "(.*)") | ||
local v = gsub(sub(V, 1, 1), "[àèìòù]", {["à"] = "a", ["è"] = "e", ["ì"] = "i", ["ò"] = "o", ["ù"] = "u"}) | local v = gsub(sub(V, 1, 1), "[àèìòù]", {["à"] = "a", ["è"] = "e", ["ì"] = "i", ["ò"] = "o", ["ù"] = "u"}) | ||
local pref = match(C, "[sšṣɬ][ʇǃǂǁʘ]") ~= nil | local pref = match(C, "[sšṣɬ][ʇǃǂǁʘ]") ~= nil |