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