Summary: | use encoding(UTF-8) not utf-8 for output streams | ||
---|---|---|---|
Product: | Koha | Reporter: | Colin Campbell <colin.campbell> |
Component: | Architecture, internals, and plumbing | Assignee: | Colin Campbell <colin.campbell> |
Status: | CLOSED FIXED | QA Contact: | Ian Walls <koha.sekjal> |
Severity: | minor | ||
Priority: | P5 - low | CC: | jonathan.druart, paul.poulain |
Version: | 3.8 | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Bug Depends on: | 6679 | ||
Bug Blocks: | |||
Attachments: |
Proposed Patch
Bug 7816 :[SIGNED-OFF] Encode output as utf-8 dont just flag it as such |
Description
Colin Campbell
2012-03-23 14:12:31 UTC
Created attachment 8594 [details] [review] Proposed Patch Created attachment 8947 [details] [review] 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 Encoding fix to authorities/ysearch.pl. Marking Passed QA There have been no further reports of problems so I am marking this bug resolved. |