[Koha-bugs] [Bug 6751] Link in readingrec.pl to export a barcode file

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Jan 18 10:16:52 CET 2012


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

--- Comment #8 from Jonathan Druart <jonathan.druart at biblibre.com> 2012-01-18 09:16:52 UTC ---
Created attachment 7211
  --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=7211
Bug 6751 Remplace encoding mode for perlcritic

This patch replaces 
    binmode( STDOUT, ":utf8" );
with
    binmode( STDOUT, ":encoding(UTF-8)");

-- 
Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA Contact for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list