Bug 7246 add offset/length and where options to rebuild_zebra
[koha_gimpoz] / opac / oai.pl
index 038b6d1..2ef3f28 100755 (executable)
@@ -41,7 +41,7 @@ else {
     );
 }
 
-binmode( STDOUT, ":utf8" );
+binmode STDOUT, ':encoding(UTF-8)';
 my $repository = C4::OAI::Repository->new();
 
 # __END__ Main Prog