Help for this page
#!/usr/bin/perl use Encode qw(all); ... # Something is seriously wrong if we get to here return encode($ENC_ASCII, $text, undef);
# IO layer: $handle now decodes all strings upon reading open my $handle, '<:encoding(UTF-8)', $file;