From 720b31e0b4ae406637c3551b9e1f179b503c54f1 Mon Sep 17 00:00:00 2001 From: Frederic Demians Date: Tue, 23 Sep 2008 17:47:11 +0200 Subject: [PATCH] Bugfix #2633 Signed-off-by: Galen Charlton --- misc/cronjobs/overdue_notices.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/misc/cronjobs/overdue_notices.pl b/misc/cronjobs/overdue_notices.pl index 64e372214e..225a41f820 100755 --- a/misc/cronjobs/overdue_notices.pl +++ b/misc/cronjobs/overdue_notices.pl @@ -258,6 +258,7 @@ if ($mybranch) { my @item_content_fields = split( /,/, $itemscontent ); my $dbh = C4::Context->dbh(); +binmode( STDOUT, ":utf8" ); our $csv; # the Text::CSV_XS object our $csv_fh; # the filehandle to the CSV file. -- 2.39.5