Bugfix #2633
authorFrederic Demians <f.demians@tamil.fr>
Tue, 23 Sep 2008 15:47:11 +0000 (17:47 +0200)
committerHenri-Damien LAURENT <henridamien.laurent@biblibre.com>
Tue, 28 Oct 2008 21:09:32 +0000 (22:09 +0100)
Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
misc/cronjobs/overdue_notices.pl

index 64e3722..225a41f 100755 (executable)
@@ -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.