How to fix a locale setting warning from Perl
Your OS doesn’t know about en_US.UTF-8. You didn’t mention a specific platform, but I can reproduce your problem: % uname -a OSF1 hunter2 V5.1 2650 alpha % perl -e exit perl: warning: Setting locale failed. perl: warning: Please check that your locale settings: LC_ALL = (unset), LANG = “en_US.UTF-8” are supported and installed on your … Read more