@@ -, +, @@ --- reports/guided_reports.pl | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) --- a/reports/guided_reports.pl +++ a/reports/guided_reports.pl @@ -367,6 +367,8 @@ elsif ( $phase eq 'Save Report' ) { #} elsif ($phase eq 'Run this report'){ + binmode STDOUT, ':utf8'; + # execute a saved report # FIXME The default limit should not be hardcoded... my $limit = 20; --