From d8da3e7385e7b7df28a83f81b4966cabb02f0b2d Mon Sep 17 00:00:00 2001 From: Alexandre Erwin Ittner Date: Wed, 6 Jul 2005 03:35:50 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: file:///var/svn/lua-iconv/trunk@12 9538949d-8f27-0410-946f-ce01ef448559 --- test_iconv.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_iconv.lua b/test_iconv.lua index c4deae0..c7e8483 100644 --- a/test_iconv.lua +++ b/test_iconv.lua @@ -8,7 +8,7 @@ cd = iconv.new("utf-8", "iso-8859-1") assert(cd, "Invalid conversion") --ret, err = cd:iconv("Isso é um teste com acentuação") -ret, err = cd:iconv("çãÃÉÍÓÚÇÑÿa") +ret, err = cd:iconv("ç") if err == iconv.ERROR_INCOMPLETE then print("Error: Incomplete input.")