http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13975 --- Comment #1 from Jonathan Druart <jonathan.druart@biblibre.com> --- Created attachment 37620 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=37620&action=edit Bug 13975: Remove compilation warning about encoding pragma deprecation Test plan: 0/ Does not apply the patch 1/ Launch the export_borrowers.pl script to export data with unicode characters % perl misc/export_borrowers.pl -w "borrowernumber=42" --field borrowernumber --field surname --field firstname Use of the encoding pragma is deprecated at misc/export_borrowers.pl 7874,JOUBU,صةصةصة 2/ Apply this patch 3/ Repeat 1 % perl misc/export_borrowers.pl -w "borrowernumber=42" --field borrowernumber --field surname --field firstname 7874,JOUBU,صةصةصة Note that the deprecated message is gone and the encoding is correct. -- You are receiving this mail because: You are watching all bug changes.