Marc Wilson wrote: > On Thu, Jul 10, 2003 at 05:27:56PM +0100, Sam Halliday wrote: > > i have LANG=en and LC_ALL=POSIX > Well, then the LANG setting is meaningless and POSIX rules all. > Unless you have a *very* good reason to use LC_ALL, *never* use it. > It overrides EVERYTHING.
i dont think it does `locale' LANG=en LC_CTYPE="POSIX" LC_NUMERIC="POSIX" LC_TIME="POSIX" LC_COLLATE="POSIX" LC_MONETARY="POSIX" LC_MESSAGES="POSIX" LC_PAPER="POSIX" LC_NAME="POSIX" LC_ADDRESS="POSIX" LC_TELEPHONE="POSIX" LC_MEASUREMENT="POSIX" LC_IDENTIFICATION="POSIX" LC_ALL=POSIX and setting LC_ALL to POSIX is about the most sane thing you can do; otherwise what is everything set to? if something breaks under POSIX, then its most likely gonna break under a whole lot of other things. Sam -- The Poems, all three hundred of them, may be summed up in one of their phrases: "Let our thoughts be correct". -- Confucius -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] List archives: http://asgardsrealm.net/lurker/splash/index.html Trouble? Contact [EMAIL PROTECTED]
