Re: wide character in print in MARC::File::XML

2007-09-18 Thread Mike Rylander
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

wide character in print in MARC::File::XML

2007-08-18 Thread Rina Ron
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