[Koha-bugs] [Bug 7816] New: 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 Mar 23 15:12:31 CET 2012


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

          Priority: P5 - low
 Change sponsored?: ---
            Bug ID: 7816
          Assignee: gmcharlt at gmail.com
           Summary: use encoding(UTF-8) not utf-8 for output streams
        QA Contact: koha.sekjal at gmail.com
          Severity: minor
    Classification: Unclassified
                OS: All
          Reporter: colin.campbell at 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.


More information about the Koha-bugs mailing list