Codebase list libattean-perl / cfe429c
Set utf8 on both output filehandles. Gregory Todd Williams 8 years ago
2 changed file(s) with 5 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
1818 exit;
1919 }
2020
21 binmode(\*STDOUT, ':utf8');
21 binmode(\*STDOUT, ':encoding(UTF-8)');
22 binmode(\*STDERR, ':encoding(UTF-8)');
2223
2324 my $verbose = 0;
2425 my $pull = 0;
2626 END
2727 exit(0);
2828 }
29
30 binmode(\*STDOUT, ':encoding(UTF-8)');
31 binmode(\*STDERR, ':encoding(UTF-8)');
2932
3033 my $dryrun = 0;
3134 my $check_syntax = 0;