From: Jason Etheridge Date: Fri, 29 Aug 2008 17:34:00 +0000 (+0000) Subject: add this module back in with the BinaryEncoding setting X-Git-Url: http://git.equinoxoli.org/?p=migration-tools.git;a=commitdiff_plain;h=1fd32d047b7ef094488a7a52542c9c057c213bee add this module back in with the BinaryEncoding setting --- diff --git a/renumber_marc b/renumber_marc index 188b27d..3f6f93a 100755 --- a/renumber_marc +++ b/renumber_marc @@ -5,7 +5,7 @@ use warnings; use MARC::Batch; use Getopt::Long; #use MARC::Record; -#use MARC::File::XML ( BinaryEncoding => 'utf-8' ); +use MARC::File::XML ( BinaryEncoding => 'utf-8' ); #use MARC::Field; my $count = 0;