Bug 13695: Add ISBD export option for the OPAC cart and lists
[srvgit] / opac / opac-ratings.pl
index b2bcf6f..552d8a6 100755 (executable)
@@ -27,7 +27,7 @@ note: there is currently no 'delete rating' functionality in this script
 
 use strict;
 use warnings;
-use CGI;
+use CGI qw ( -utf8 );
 use CGI::Cookie;
 use C4::Auth qw(:DEFAULT check_cookie_auth);
 use C4::Context;