Bug 26601: Add utf8 encoding to text output of overdue_notices.pl
authorMark Hofstetter <mark@hofstetter.at>
Mon, 19 Oct 2020 17:28:19 +0000 (17:28 +0000)
committerVictor Grousset/tuxayo <victor@tuxayo.net>
Tue, 17 Nov 2020 11:55:07 +0000 (12:55 +0100)
commit6fe294e731dd76eb3f37e6df570be0398dae2519
tree210bde1a1b1bbfe604fa25d680c7b078e0afb6f8
parenta25696fb12a117a4bd357e5189104dc11fe8546a
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@ptfs-europe.com>
Signed-off-by: Katrin Fischer <katrin.fischer.83@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@bugs.koha-community.org>
(cherry picked from commit 28d20b92be91ae509a7f71586ada2535d3c2007d)

Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
(cherry picked from commit 61362fd0431c6bc439507cc4e49c0810a704f925)

Signed-off-by: Aleisha Amohia <aleishaamohia@hotmail.com>
(cherry picked from commit 8cd87230b188d6677b58d222049919dcd9467401)
Signed-off-by: Victor Grousset/tuxayo <victor@tuxayo.net>
misc/cronjobs/overdue_notices.pl