Bug 11944: use CGI( -utf8 ) everywhere
[srvgit] / opac / sco / printslip.pl
index 09c6c6a..6ba0066 100755 (executable)
@@ -28,7 +28,7 @@ It is called from sco-main.pl
 
 use strict;
 use warnings;
-use CGI;
+use CGI qw ( -utf8 );
 use C4::Context;
 use C4::Auth qw/:DEFAULT get_session/;
 use C4::Output;