Bug 11944: use CGI( -utf8 ) everywhere
[koha-equinox.git] / tools / marc_modification_templates.pl
index 4f9323f..31c663b 100755 (executable)
@@ -18,7 +18,7 @@
 
 use Modern::Perl;
 
-use CGI;
+use CGI qw ( -utf8 );
 
 use C4::Auth;
 use C4::Koha;