On Fri, 2004-07-16 at 06:45, Johnny wrote: <snipped> > LANG=en_US > LC_CTYPE="en_US" > LC_NUMERIC="en_US" > LC_TIME="en_US" > LC_COLLATE="en_US" > LC_MONETARY="en_US" > LC_MESSAGES="en_US" > LC_PAPER="en_US" > LC_NAME="en_US" > LC_ADDRESS="en_US" > LC_TELEPHONE="en_US" > LC_MEASUREMENT="en_US" > LC_IDENTIFICATION="en_US" > LC_ALL=en_US > > export LANG > export LC_CTYPE > export LC_NUMERIC > export LC_TIME > export LC_COLLATE > export LC_MONETARY > export LC_MESSAGES > export LC_PAPER > export LC_NAME > export LC_ADDRESS > export LC_TELEPHONE > export LC_LC_MEASUREMENT > export LC_TELEPHONE > export LC_IDENTIFICATION > export LC_ALL
I just have export LANG=en_AU This seems to set everything but LC_ALL. Gentoo has a USE option of nls (native language support), it does not seem to be well supported however if you turn it off. I got wierd results when I built several packages without nls and then set the locale. A rebuild with nls enabled was fine. I wouldn't be surprised if this use flag disappeared in the future. Cheers, Malcolm V. -- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
