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

(-)a/admin/aqplan.pl (-2 / +1 lines)
Lines 463-469 output_html_with_http_headers $input, $cookie, $template->output; Link Here
463
sub _print_to_csv {
463
sub _print_to_csv {
464
    my ( $header, $results ) = @_;
464
    my ( $header, $results ) = @_;
465
465
466
    binmode STDOUT, ":utf8";
466
    binmode STDOUT, ":encoding(UTF-8)";
467
467
468
    my $csv = Text::CSV_XS->new(
468
    my $csv = Text::CSV_XS->new(
469
        {   sep_char     => $del,
469
        {   sep_char     => $del,
470
- 

Return to bug 6679