You use the correct encoding. Only the original producer of the file can tell you what the correct encoding is, but you can make some educated guesses:
open my $fh, '<:encoding(Latin-1)', $filename or die "$filename: $!";
In reply to Re: UTF-8 mapping CSV file
by Corion
in thread UTF-8 mapping CSV file
by newperlbie
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |