Always use BinaryEncodeing => "UTF-8" with MARC::File::XML
[evergreen-equinox.git] / Open-ILS / src / support-scripts / marc_export.in
index 08a164e..c0ba796 100755 (executable)
@@ -14,7 +14,7 @@ use OpenILS::Utils::Fieldmapper;
 use OpenILS::Utils::CStoreEditor;
 
 use MARC::Record;
-use MARC::File::XML;
+use MARC::File::XML ( BinaryEncoding => 'UTF-8' );
 use UNIVERSAL::require;
 
 use Time::HiRes qw/time/;