Bug 11944: use CGI( -utf8 ) everywhere
[koha-equinox.git] / cataloguing / value_builder / unimarc_field_115a.pl
index 8075ae5..e5470a1 100755 (executable)
@@ -23,7 +23,7 @@ use strict;
 
 use Koha::Util::FrameworkPlugin qw(wrapper);
 use C4::Auth;
-use CGI;
+use CGI qw ( -utf8 );
 use C4::Context;
 
 use C4::Search;