Bug 16154: Fix some other occurrences
[koha.git] / serials / create-numberpattern.pl
index f2c6d49..52b303d 100755 (executable)
@@ -18,7 +18,7 @@
 # along with Koha; if not, see <http://www.gnu.org/licenses>.
 
 use Modern::Perl;
-use CGI;
+use CGI qw ( -utf8 );
 use C4::Context;
 use C4::Serials::Numberpattern;
 use C4::Auth qw/check_cookie_auth/;