Help for this page
binmode STDOUT, ':utf-8';
>perl -le"print binmode(STDERR, ':utf8')?1:0" 1 ... >perl -le"print binmode(STDERR, ':encoding(utf-8)')?1:0" 1