Bug 11944: use CGI( -utf8 ) everywhere
[koha-equinox.git] / opac / svc / overdrive_proxy
index 02b6ad0..22f4b1b 100755 (executable)
@@ -35,7 +35,7 @@ JS side from having to deal with cross-origin/authentication issues.
 use strict;
 use warnings;
 
-use CGI qw(-oldstyle_urls);
+use CGI qw(-oldstyle_urls -utf8);
 use JSON;
 
 use C4::Context;