* Josh Huber <[EMAIL PROTECTED]> [2001/12/21 01:19]:
> 
> In other words, all you have to do is set LANG :)
> 
> You don't need to set each variable, unless you need the values
> different.

Well...
LANG is the default locale.
It can be overriden with LC_COLLATE, LC_CTYPE, etc.

Then, LC_ALL overrides LC_* (and thus LANG).

So if he has defined LC_something somewhere, setting LANG can be
useless.

However, if one sets LC_ALL there's no need to set the others LC_*
variables...

HTH,
-- 
MiKael

Reply via email to