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