Le Tue, Mar 11, 2003 at 10:40:58PM -0500, [EMAIL PROTECTED] prit son clavier
pour nous commenter que :
> Alguien sabe como arreglar esta belleza...
>
> perl: warning: Setting locale failed.
> perl: warning: Please check that your locale settings:
> LANGUAGE = (unset),
> LC_ALL = (unset),
> LC_MESSAGES = "spanish",
> LANG = "spanish"
> are supported and installed on your system.
> perl: warning: Falling back to the standard locale ("C").
>
> Estoy usando debian woody, release 1, y me puse castellanizar obteniendo
> simplemente fracasos... esto es lo unico que obtengo
> Gracias de antemano
dpkg-reconfigure locales
escoges tu localisation... (es_ES, [EMAIL PROTECTED], etc...) y al fin, quando
te pregunta
"Select default locale", dile es_ES
Nota : puedes forcar localmente tu terminal haciendo :
export LC_ALL=es_ES
Olivier