utf8 pragma
authorJason Etheridge <jason@esilibrary.com>
Wed, 30 Jul 2008 23:52:53 +0000 (23:52 +0000)
committerJason Etheridge <jason@esilibrary.com>
Wed, 30 Jul 2008 23:52:53 +0000 (23:52 +0000)
fingerprints.pl
split_marc.pl
spot_check.pl

index 223bae8..ff2d1a9 100755 (executable)
@@ -1,4 +1,5 @@
 #!/usr/bin/perl
+use open ':utf8';
 use MARC::Batch;
 use MARC::File::XML ( BinaryEncoding => 'utf-8' );
 use MARC::Field;
index f98eada..c60aab4 100644 (file)
@@ -1,4 +1,5 @@
 #!/usr/bin/perl
+use open ':utf8';
 use MARC::Batch;
 use MARC::Record;
 use MARC::File::XML ( BinaryEncoding => 'utf-8' );
index 17a6e51..0da2c75 100644 (file)
@@ -1,4 +1,5 @@
 #!/usr/bin/perl
+use open ':utf8';
 use MARC::Batch;
 use MARC::Record;
 use MARC::File::XML ( BinaryEncoding => 'utf-8' );