Skip Menu |

This queue is for tickets about the Text-Iconv CPAN distribution.

Report information
The Basics
Id: 55105
Status: new
Priority: 0/
Queue: Text-Iconv

People
Owner: Nobody in particular
Requestors: jesper [...] krogh.cc
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



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