Bug 11944: use CGI( -utf8 ) everywhere
[koha-equinox.git] / serials / subscription-detail.pl
index a3186cb..ebdc415 100755 (executable)
@@ -16,7 +16,7 @@
 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 
 use Modern::Perl;
-use CGI;
+use CGI qw ( -utf8 );
 use C4::Acquisition;
 use C4::Auth;
 use C4::Budgets;