lua format code example Example: lua table of all characters for i=32, 256 do chartable[i] = utf8.char(i) end