d.
Perhaps you could make this change in the module also, as it would help
those with "Aleph" libraries.
Thank you,
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
Is there any way that I could turn off the translation of marc8 to utf8
and utf8 to marc8 in MARC::Record ? All of my records are already in
utf8 format.