Gavin Smith <gavinsmith0...@gmail.com> writes: > Does the same message get printed for other Perl programs? > E.g. > > perl -e 'print "hello\n";'
No, that works fine: $ perl -e 'print "hello\n";' hello > I suspect that even though "locale" is printing something sensible, > there is still something wrong with the locale settings. Anything else I could try? Best, Arash