Revert "Bug 6554 - make Koha internally utf-8 clean"
[koha_fer] / cataloguing / z3950_search.pl
index 425a6c1..a801209 100755 (executable)
@@ -20,7 +20,7 @@
 
 use strict;
 use warnings;
-use CGI qw( -utf8 );
+use CGI;
 
 use C4::Auth;
 use C4::Output;