Always use BinaryEncodeing => "UTF-8" with MARC::File::XML
[evergreen-equinox.git] / Open-ILS / src / perlmods / lib / OpenILS / Application / Storage / Publisher / asset.pm
index 622a1db..42fb891 100644 (file)
@@ -11,7 +11,7 @@ use OpenSRF::Utils::JSON;
 my $log = 'OpenSRF::Utils::Logger';
 
 use MARC::Record;
-use MARC::File::XML;
+use MARC::File::XML ( BinaryEncoding => 'UTF-8' );
 
 sub circ_count {
        my $self = shift;