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

Hi daxim,
The posting system here keeps mangling the map file, no matter what conventions I use to post it. Please try downloading at:
http://www.perkinscentral.com/greekwords1.txt
http://www.perkinscentral.com/map2.txt

Thanks.

Replies are listed 'Best First'.
Re^3: unicode issues on Unix only
by Anonymous Monk on Nov 06, 2013 at 20:50 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.