Mon Mar 01 10:12:07 2010jesper [...] krogh.cc - Ticket created
Subject:
Change default error handling to true.
Date:
Mon, 1 Mar 2010 16:10:50 +0100 (CET)
To:
bug-Text-Iconv [...] rt.cpan.org
From:
jesper [...] krogh.cc
I just had to dig through quite some code do find out that a conversion of
an utf8-string to latin1 failed and gave the empty string instead of an
error.
A sane default for error handling would really be:
Text::Iconv->raise_error(1);
Jesper