Re: perl and ISO-8859-1
Pere Camps <pere@casal.upc.es> 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 doughera@lafcol.lafayette.edu
Dept. of Physics
Lafayette College, Easton PA 18042
--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
debian-user-request@lists.debian.org .
Trouble? e-mail to templin@bucknell.edu .
Reply to: