- or download this
use strict;
use warnings;
...
binmode STDIN, ':raw:encoding(ucs-2le):crlf:utf8' or die;
dump_layers STDIN;
- or download this
unix encoding(UCS-2LE) utf8 crlf utf8
unix encoding(UCS-2LE) utf8 crlf utf8
unix crlf encoding(UCS-2LE) utf8
unix crlf encoding(UCS-2LE) utf8
- or download this
binmode $fh, ':raw:pop:encoding(ucs-2le):crlf:utf8';
# ^^^