[koha-commits] main Koha release repository branch, 3.2.x, updated. v3.02.09-15-gb49f446

Git repo owner gitmaster at git.koha-community.org
Tue Jun 14 02:47:36 CEST 2011


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, 3.2.x has been updated
       via  b49f446671676688b9f1a3d45cb4d1363a84a647 (commit)
      from  e62104d47754626973b7f729098bccb98d226420 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit b49f446671676688b9f1a3d45cb4d1363a84a647
Author: Chris Nighswonger <cnighswonger at foundations.edu>
Date:   Tue Apr 19 09:07:49 2011 -0400

    Bug 2246 - (Partial) Label printing doesn't work with Unicode characters
    
    This patch provides a very partial fix for this bug in that it reduces
    the number of pdf generation failures due to a "wide character" error.
    It does not ensure that all unicode characters will print correctly as
    this is dependent upon many other issues mentioned in this bug and
    various posts to the developer list.
    
    What this code does is test to see if the pdf stream is utf8 encoded
    and if it is, explicitly declares it to be so. Unicode chars will still
    print incorrectly, but the pdf will be created and should open properly
    in whatever pdf reader.
    
    You may test this by adding any character with a diacritical to the
    title of a bib and then attempting to generate a label pdf with the
    title of that bib. Before the patch is applied the resulting pdf
    should contain an error mentioning a wide character issue. After the
    patch is applied, the pdf should be valid.
    
    No documentation changes are necessary as a result of this patch.
    
    This patch should be backported to 3.2.x.
    
    Signed-off-by: Ian Walls <ian.walls at bywatersolutions.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    (cherry picked from commit 939d0ab63939ad5cd2d6946bc203208d533089d2)
    
    Signed-off-by: Chris Nighswonger <chris.nighswonger at gmail.com>

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

Summary of changes:
 C4/Creators/PDF.pm |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list