[Koha-bugs] [Bug 13975] Warning "Use of the encoding pragma is deprecated" in misc/export_borrowers.pl

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Apr 9 16:12:22 CEST 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13975

--- Comment #1 from Jonathan Druart <jonathan.druart at 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.


More information about the Koha-bugs mailing list