*** empty log message ***

git-svn-id: file:///var/svn/lua-iconv/trunk@22 9538949d-8f27-0410-946f-ce01ef448559
This commit is contained in:
Alexandre Erwin Ittner 2005-09-18 20:04:33 +00:00
parent 328c591f2b
commit 00feec7618

2
README
View File

@ -9,7 +9,7 @@
=== INTRODUCTION === === INTRODUCTION ===
Lua-iconv is a Lua binding to the POSIX 'iconv' library. The iconv Lua-iconv is a Lua binding to the POSIX 'iconv' library. The iconv
library converts the sequence of characters from one codeset, into a library converts a sequence of characters from one codeset into a
sequence of corresponding characters in another codeset. The codesets sequence of corresponding characters in another codeset. The codesets
are those specified in the iconv.new() call that returned the conversion are those specified in the iconv.new() call that returned the conversion
descriptor, cd. descriptor, cd.