MARC::File::XML and utf-8
authorJason Etheridge <jason@esilibrary.com>
Thu, 11 Sep 2008 18:52:01 +0000 (18:52 +0000)
committerJason Etheridge <jason@esilibrary.com>
Thu, 11 Sep 2008 18:52:01 +0000 (18:52 +0000)
fingerprinter

index 424db25..ee7c869 100755 (executable)
@@ -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;