http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7816 Priority: P5 - low Change sponsored?: --- Bug ID: 7816 Assignee: gmcharlt@gmail.com Summary: use encoding(UTF-8) not utf-8 for output streams QA Contact: koha.sekjal@gmail.com Severity: minor Classification: Unclassified OS: All Reporter: colin.campbell@ptfs-europe.com Hardware: All Status: NEW Version: master Component: Architecture, internals, and plumbing Product: Koha Setting :utf-8 on output streams flags the stream as unicode but does not ensure output is encoded as such using ':encoding(UTF-8) is the correct call. Fixed already in most files authorities/ysearch.pl reintroduces a case of not using encoding and causes make test to fail if TEST_QA is set -- You are receiving this mail because: You are watching all bug changes.