On Apr 03 2023, Gavin Smith wrote:

> Does the same message get printed for other Perl programs?
> E.g.
>
>   perl -e 'print "hello\n";'

perl by default does not use locales.  You need to add "use locale" to
tell it to do so.

-- 
Andreas Schwab, sch...@linux-m68k.org
GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510  2552 DF73 E780 A9DA AEC1
"And now for something completely different."

Reply via email to