Bug 11944: use CGI( -utf8 ) everywhere
[koha-equinox.git] / admin / itemtypes.pl
index bfaa44c..1bfad90 100755 (executable)
@@ -42,7 +42,7 @@ written 20/02/2002 by paul.poulain@free.fr
 
 use strict;
 #use warnings; FIXME - Bug 2505
-use CGI;
+use CGI qw ( -utf8 );
 
 use List::Util qw/min/;
 use File::Spec;