How can I fix a locale warning from perl?
Posted
by xain
on Stack Overflow
See other posts from Stack Overflow
or by xain
Published on 2010-03-23T12:27:18Z
Indexed on
2010/03/24
18:53 UTC
Read the original article
Hit count: 177
When I run perl, I get the warning:
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = (unset),
LANG = "en_US.UTF-8"
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
Any ideas on how to fix it?
© Stack Overflow or respective owner