Pere Camps <[EMAIL PROTECTED]> writes:
> 
>       Whenever I start perl, I get the following warning:
> 
> perl: warning: Setting locale failed for the categories:
>         LC_CTYPE
> perl: warning: Please check that your locale settings:
>         LC_ALL = (unset),
>         LC_CTYPE = "ISO_8859_1",
>         LANG = "es_ES"
>     are supported and installed on your system.
> perl: warning: Falling back to the "C" locale.

The warning message means what it says.  The message is telling you that
setting the locale for LC_CTYPE failed.  You currently have
LC_CTYPE="ISO_8859_1".  Check if that locale is supported and installed on
your system.  I'm pretty sure you can find locales in /usr/lib/locale. 
Check carefully, and note that the setting is case sensitive.  That is,
you might have iso_8859_1, but not ISO_8859_1. 

Hoe this helps,

    Andy Dougherty              [EMAIL PROTECTED]
    Dept. of Physics
    Lafayette College, Easton PA 18042


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .

Reply via email to