severity 346474 important
thanks
First off, truncated output becuase you've chosen an unreasonable
charset conversion is not a case of data loss, as the original files
haven't been modulated in any way; it's merely a case of undesirable
output. I'm lowering the severity below the RC threshold because of
this.
The trivial way to protect against this is to use Text::Iconv's
raise_error, like the following:[1]
my $sax = new XML::Sax::Writer;
$sax->{Encoder}->raise_error(1);
Whether this should be the default or not is a decision I'll leave to
the maintainer.
Florian: Feel free to override this determination.
Don Armstrong
1: I haven't bothered to test this...
--
"There are two major products that come out of Berkeley: LSD and UNIX.
We don't believe this to be a coincidence."
-- Jeremy S. Anderson
http://www.donarmstrong.com http://rzlab.ucr.edu
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]