View | Details | Raw Unified | Return to bug 26601
Collapse All | Expand All

(-)a/misc/cronjobs/overdue_notices.pl (-2 / +1 lines)
Lines 439-445 elsif ( defined $text_filename ) { Link Here
439
    $fh = *STDOUT;
439
    $fh = *STDOUT;
440
  } else {
440
  } else {
441
    my $today = dt_from_string();
441
    my $today = dt_from_string();
442
    open $fh, ">",File::Spec->catdir ($text_filename,"notices-".$today->ymd().".txt");
442
    open $fh, ">:encoding(UTF-8)",File::Spec->catdir ($text_filename,"notices-".$today->ymd().".txt");
443
  }
443
  }
444
}
444
}
445
-.

Return to bug 26601