http://www.perlmonks.org?node_id=890379


in reply to Reading File with Czech text inside

Try open my $FILE, "<:raw:perlio:encoding(UTF-16LE):crlf", 'TEXTCZ1.txt' or die "Cannot open TEXTCZ1.txt! \n";
See http://perlmonks.org/?node_id=868428