On 8/19/07, Rina Ron <[EMAIL PROTECTED]> wrote:
> I got the error "wide character in print at IO/Handle.pm line 399" and
> solved it in a not nice way by using an object as a hash reference.
> Perhaps there is a better way.
I have updated CVS with code that checks the default output encoding
and s
I got the error "wide character in print at IO/Handle.pm line 399" and
solved it in a not nice way by using an object as a hash reference.
Perhaps there is a better way.
Here is what I have :
use MARC::File::XML ( BinaryEncoding => 'utf8', RecordFormat =>
'UNIMARC' );
use MARC::Batch;
use MA