in reply to Re^2: unicode issues on Unix only
in thread unicode issues on Unix only

You're not telling perl to treat the input file as utf8

The posting system here keeps mangling the map file, no matter what conventions I use to post it

perl -e " use Data::Dump; use Path::Tiny; dd( path( shift )->slurp_raw ) while @ARGV " file1.file file2.file

Replies are listed 'Best First'.
Re^4: unicode issues on Unix only
by csthflk (Novice) on Nov 06, 2013 at 21:47 UTC
    I can, but didn't think it necessary. The input file contains ASCII characters; the output file will contain Unicode characters.