in reply to unicode issues on Unix only

Please provide the input files so the program will run.

Replies are listed 'Best First'.
Re^2: unicode issues on Unix only
by csthflk (Novice) on Nov 06, 2013 at 18:37 UTC

      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

        I can, but didn't think it necessary. The input file contains ASCII characters; the output file will contain Unicode characters.