[koha-commits] main Koha release repository branch 20.05.x updated. v20.05.05-40-g61362fd043

Git repo owner gitmaster at git.koha-community.org
Fri Nov 13 22:00:08 CET 2020


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, 20.05.x has been updated
       via  61362fd0431c6bc439507cc4e49c0810a704f925 (commit)
      from  d3466bf7a3ba554d0ecd0fe0143628a468b4b7ff (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 61362fd0431c6bc439507cc4e49c0810a704f925
Author: Mark Hofstetter <mark at hofstetter.at>
Date:   Mon Oct 19 17:28:19 2020 +0000

    Bug 26601: Add utf8 encoding to text output of overdue_notices.pl
    
    This patch sets the UTF8 encoding for output of overdue_notices.pl when
    outputting to txt.
    
    To test:
    0/ Check out an item with due date yesterday (use specify due date)
    1/ Create ODUE text with utf8 encoded characters, chinese characters, umlauts etc
       <url>/cgi-bin/koha/tools/letter.pl?op=add_form&module=circulation&code=ODUE
    2/ Run
       perl overdue_notices.pl -text ./
    3/ Verify encoding in the generated text file is incorrect
    4/ Apply patch and repeat 2/
    3/ Confirm text now inludes properly encoded characters
    
    Sponsored-by: Styrian State Library
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    With German umlauts on my system the editor still showed the
    characters correctly (probably guessing the right encoding).
    Using Chinese made the problem visible.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit 28d20b92be91ae509a7f71586ada2535d3c2007d)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

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

Summary of changes:
 misc/cronjobs/overdue_notices.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list