*** empty log message ***

git-svn-id: file:///var/svn/lua-iconv/trunk@12 9538949d-8f27-0410-946f-ce01ef448559
This commit is contained in:
Alexandre Erwin Ittner 2005-07-06 03:35:50 +00:00
parent 2155d1b315
commit d8da3e7385

View File

@ -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.")