On Jul 11, 2006, at 19:58, Nicholas Clark wrote:
I doubt that perl's at fault. What are you piping the data into, and what does it think of $LANG in the environment?
I'm piping it to sendmail. Éric tried adding: BEGIN { $ENV{LANG} = 'C' }But it made no difference. I've just sent him a patch to try that uses POSIX::setlocale.
Best, David