[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Locales en français et Perl



Nicolas.Moitrier@imag.fr writes:

> 	Salut à tous!

Salut,

> 	Comment fait-on pour concilier locales en français et Perl sans
>         avoir à chaque script Perl exécuté le message suivant :
> 
> perl: warning: Setting locale failed.
> perl: warning: Please check that your locale settings:
>         LANGUAGE = (unset),
>         LC_ALL = "",
>         LC_MESSAGES = "fr",
>         LC_TIME = "fr",
>         LC_NUMERIC = "",
>         LC_CTYPE = "",
>         LC_MONETARY = "",
>         LANG = ""
>     are supported and installed on your system.
> perl: warning: Falling back to the standard locale ("C").

Chez moi:

LANG=Français
LC_CTYPE="Français"
LC_NUMERIC="Français"
LC_TIME="Français"
LC_COLLATE="Français"
LC_MONETARY="Français"
LC_MESSAGES="Français"
LC_ALL=

> 	Précision, j'ai une machine sous potato et l'autre sous slink.

Sous potato il faut installer le package gconv-modules. Sous slink je ne
sais pas.

> 	Merci d'avance pour l'aide,

De rien

> 	Nicolas

Christian


Reply to: