@@ -, +, @@ mode SELECT tomascohen@theke.io; $ kshell k$ perl misc/cronjobs/patron_emailer.pl --report 4 \ --notice BIRTHDAY --from tomascohen@theke.io --module members --- misc/cronjobs/patron_emailer.pl | 2 ++ 1 file changed, 2 insertions(+) --- a/misc/cronjobs/patron_emailer.pl +++ a/misc/cronjobs/patron_emailer.pl @@ -96,6 +96,8 @@ Send emails, if omitted script will report as verbose. =cut +binmode( STDOUT, ":encoding(UTF-8)" ); + my $help = 0; my $report_id; my $notice; --