Always use BinaryEncodeing => "UTF-8" with MARC::File::XML
[evergreen-equinox.git] / Open-ILS / src / perlmods / lib / OpenILS / Application / Acq / Order.pm
index f37f893..917b20f 100644 (file)
@@ -188,7 +188,7 @@ use OpenILS::Application::Cat::BibCommon;
 use OpenILS::Application::Cat::AssetCommon;
 use MARC::Record;
 use MARC::Batch;
-use MARC::File::XML;
+use MARC::File::XML (BinaryEncoding => 'UTF-8');
 my $U = 'OpenILS::Application::AppUtils';