Bug 11944: use CGI( -utf8 ) everywhere
[koha.git] / patroncards / home.pl
index cedfef2..de7f243 100755 (executable)
@@ -21,7 +21,7 @@
 use strict;
 use warnings;
 
-use CGI;
+use CGI qw ( -utf8 );
 
 use C4::Auth qw(get_template_and_user);
 use C4::Output qw(output_html_with_http_headers);