Bug 11944: use CGI( -utf8 ) everywhere
[koha-equinox.git] / admin / branches.pl
index 2aa87df..a698a26 100755 (executable)
@@ -39,7 +39,7 @@
 
 use strict;
 use warnings;
-use CGI;
+use CGI qw ( -utf8 );
 use C4::Auth;
 use C4::Context;
 use C4::Output;