[Koha-bugs] [Bug 7816] use encoding(UTF-8) not utf-8 for output streams

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Apr 6 13:50:25 CEST 2012


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

Jonathan Druart <jonathan.druart at biblibre.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Attachment #8594|0                           |1
        is obsolete|                            |

--- Comment #2 from Jonathan Druart <jonathan.druart at biblibre.com> ---
Created attachment 8947
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=8947&action=edit
Bug 7816 :[SIGNED-OFF] Encode output as utf-8 dont just flag it as such

Before the patch:
% perlcritic authorities/ysearch.pl
I/O layer ":utf8" used at line 38, column 1.  Use ":encoding(UTF-8)" to get
strict validation.  (Severity: 5)

After:
% perlcritic authorities/ysearch.pl
authorities/ysearch.pl source OK

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list