From: Jason Etheridge Date: Thu, 11 Sep 2008 18:52:01 +0000 (+0000) Subject: MARC::File::XML and utf-8 X-Git-Url: http://git.equinoxoli.org/?p=migration-tools.git;a=commitdiff_plain;h=0c562ba3d3a21cdc5cf630feb18e915c664867db;hp=bce1f8337a4f306a848319df8b11ebca76a4390b MARC::File::XML and utf-8 --- diff --git a/fingerprinter b/fingerprinter index 424db25..ee7c869 100755 --- a/fingerprinter +++ b/fingerprinter @@ -6,6 +6,7 @@ use open ':utf8'; use Getopt::Long; use MARC::Batch; use Unicode::Normalize; +use MARC::File::XML ( BinaryEncoding => 'utf-8' ); my $conf = {}; # configuration hashref my $count = 0;