Bug 11944: use CGI( -utf8 ) everywhere
[srvgit] / tools / cleanborrowers.pl
index 9a9c1ca..918dd9e 100755 (executable)
@@ -34,7 +34,7 @@ This script allows to do 2 things.
 use strict;
 
 #use warnings; FIXME - Bug 2505
-use CGI;
+use CGI qw ( -utf8 );
 use C4::Auth;
 use C4::Output;
 use C4::Members;        # GetBorrowersWhoHavexxxBorrowed.