Bug 11944: use CGI( -utf8 ) everywhere
[koha.git] / rotating_collections / transferCollection.pl
index 2a04857..8ed4bdb 100755 (executable)
@@ -24,7 +24,7 @@ use C4::Context;
 use C4::RotatingCollections;
 use C4::Branch;
 
-use CGI;
+use CGI qw ( -utf8 );
 
 my $query = new CGI;