Bug 11944: use CGI( -utf8 ) everywhere
[koha.git] / patroncards / card-print.pl
index 482c15f..1d82ae0 100755 (executable)
@@ -20,7 +20,7 @@
 use strict;
 use warnings;
 
-use CGI;
+use CGI qw ( -utf8 );
 use Data::Dumper;
 
 use C4::Auth qw(get_template_and_user);