org.conman.iconv

Lua wrapper for 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

1.1.1-19 years ago28 downloads
1.1.0-19 years ago28 downloads

Dependencies

lua ~> 5.1

Labels