From 00feec7618480dbd2c1d341cdfbfae4fbfe512f1 Mon Sep 17 00:00:00 2001 From: Alexandre Erwin Ittner Date: Sun, 18 Sep 2005 20:04:33 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: file:///var/svn/lua-iconv/trunk@22 9538949d-8f27-0410-946f-ce01ef448559 --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 61e2780..2981ec8 100644 --- a/README +++ b/README @@ -9,7 +9,7 @@ === INTRODUCTION === 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 are those specified in the iconv.new() call that returned the conversion descriptor, cd.