From 28c8daa029b106d8435f710dd913666d7251b39f Mon Sep 17 00:00:00 2001 From: dbs Date: Tue, 19 Apr 2011 01:03:58 +0000 Subject: [PATCH] Correct encoding issue with authority_control_fields.pl Is there ever a time when MARC::File::XML would be invoked with anything other than BinaryEncoding => 'utf-8'? Not here, at least. Addresses LP# 764582. git-svn-id: svn://svn.open-ils.org/ILS/trunk@20182 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/src/support-scripts/authority_control_fields.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/support-scripts/authority_control_fields.pl b/Open-ILS/src/support-scripts/authority_control_fields.pl index bb87a4ba29..1b28a6eb2d 100755 --- a/Open-ILS/src/support-scripts/authority_control_fields.pl +++ b/Open-ILS/src/support-scripts/authority_control_fields.pl @@ -18,7 +18,7 @@ use warnings; use DBI; use Getopt::Long; use MARC::Record; -use MARC::File::XML; +use MARC::File::XML (BinaryEncoding => 'UTF-8'); use OpenSRF::System; use OpenILS::Utils::Fieldmapper; use OpenSRF::Utils::SettingsClient; -- 2.43.2