This article is tagged with:
Lua table of alphabet
and lua
lua table of alphabet
for i=32, 256 do
chartable[i] = utf8.char(i)
end