aboutsummaryrefslogtreecommitdiff
path: root/converters/lua-iconv/pkg-descr
blob: d7f511aef6da57f51f088bdb16f0d4ee5a6a2f2d (plain) (blame)
1
2
3
4
5
6
Lua-iconv is POSIX 'iconv' binding for the Lua Programming Language. The iconv
library converts a sequence of characters from one codeset into a sequence of
corresponding characters in another codeset. The codesets are those specified
in the iconv.new() call that returned the conversion descriptor, cd.

WWW: http://ittner.github.io/lua-iconv/