[EMAIL PROTECTED] (Tom Lees)  wrote on 15.05.97 in <[EMAIL PROTECTED]>:

> On Wed, 14 May 1997, Mathieu Guillaume wrote:
>
> > I've encountered two little problems in hamm.
> > First one shows while using dselect. I have the following message several
> > times:
> >
>
> [perl i18n stuff removed]
>
> Basically, you need to set LC_ALL, as well/instead of LANG.

For environment variables, the "search path" is LC_ALL, LC_category, LANG,  
system default. For the setlocale() function, there are only the LC_*  
constants, and an argument of "" means look for the above environment  
variables.

So, no, setting LANG *must* be sufficient. Otherwise, there is a bug  
somewhere. And if you set LC_ALL, then setting LANG should have absolutely  
no effect on the locale.

MfG Kai


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

Reply via email to