[koha-commits] main Koha release repository branch new/bug_6752 created. v3.06.00-427-g263dded

Git repo owner gitmaster at git.koha-community.org
Fri Jan 27 12:12:56 CET 2012


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "main Koha release repository".

The branch, new/bug_6752 has been created
        at  263dded818da9d3ad0fa702f7bc848707e181211 (commit)

- Log -----------------------------------------------------------------
commit 263dded818da9d3ad0fa702f7bc848707e181211
Author: Colin Campbell <colin.campbell at ptfs-europe.com>
Date:   Wed Jul 6 08:24:28 2011 +0100

    Bug 6752: Be stricter with utf-8 encoding of output
    
    use encoding(UTF-8) rather than utf-8 for stricter
    encoding
    Marking output as ':utf8' only flags the data as utf8
    using :encoding(UTF-8) also checks it as valid utf-8
    see binmode in perlfunc for more details
    In accordance with the robustness principle input
    filehandles have not been changed as code may make
    the undocumented assumption that invalid utf-8 is present
    in the imput
    Fixes errors reported by t/00-testcritic.t
    Where feasable some filehandles have been made lexical rather than
    reusing global filehandle vars
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>

commit 8f698965b1f368967b878db8adb3a6f785fa5f26
Merge: 33709dc c1ee7a7
Author: Paul Poulain <paul.poulain at biblibre.com>
Date:   Fri Jan 27 11:58:58 2012 +0100

    Merge remote-tracking branch 'origin/new/bug_6836'

-----------------------------------------------------------------------


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list