685
edits
m (fix) |
m (error reporting?) |
||
Line 132: | Line 132: | ||
end | end | ||
for _, glyph in ipairs(glyphs) do | for _, glyph in ipairs(glyphs) do | ||
res[#res+1] = deranimap[glyph] | res[#res+1] = deranimap[glyph] or "(" .. glyph .. "?)" | ||
end | end | ||
is_first_syllable = false | is_first_syllable = false |