Jump to content

Module:Deranize: Difference between revisions

m
error reporting?
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