[Koha-patches] [PATCH] Bugfix #2633

Frederic Demians f.demians at tamil.fr
Tue Sep 23 17:47:11 CEST 2008


---
 misc/cronjobs/overdue_notices.pl |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/misc/cronjobs/overdue_notices.pl b/misc/cronjobs/overdue_notices.pl
index 64e3722..225a41f 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.
-- 
1.5.5.GIT




More information about the Koha-patches mailing list