$ luarocks install org.conman.iconv
A Lua module that wraps the iconv library call. It's simple to use:
iconv = require "org.conman.iconv"
trans = iconv.open("iso-8859-1","utf-8") -- from ISO-8869-1 to UTF-8
x = This is \255 test" -- in ISO-8869-1
y = trans(x) -- to UTF-8
Versions
Dependencies
lua >= 5.1, <= 5.4