Re: [Touch-packages] [Bug 311558] Re: $LANG and $LANGUAGE not documented in locale manual page

2016-02-22 Thread Michael Kerrisk
On 21 February 2016 at 13:56, Rolf Leggewie <311...@bugs.launchpad.net> wrote: >> In reply to the initial report: >> >> > 'locale' prints not only the values of LC_*, but also LANG and LANGUAGE. >> >> Does it really do this on Ubuntu? > > Yes, it does. > > $ locale > LANG=de_DE.UTF-8 > LANGUAGE="de

Re: [Touch-packages] [Bug 311558] Re: $LANG and $LANGUAGE not documented in locale manual page

2016-02-17 Thread Michael Kerrisk
E. These variables should be appropriately documented in the > manpage. > > To manage notifications about this bug go to: > https://bugs.launchpad.net/ubuntu/+source/eglibc/+bug/311558/+subscriptions -- Michael Kerrisk Linux man-pages maintainer; http://www.kernel.org/doc/man-pa

[Touch-packages] [Bug 872343] Re: setlocale should say that LANGUAGE is used before LANG

2016-02-17 Thread Michael Kerrisk
Regarding the initial report: [[ It would be nice to have the manpage of setlocale updated to declare that the env variable "LANGUAGE" will be read to get the language. It should also state that the variable LANGUAGE will be the first one (before LC_ALL or LANG). ]] This appears incorrect to me

[Touch-packages] [Bug 311558] Re: $LANG and $LANGUAGE not documented in locale manual page

2016-02-17 Thread Michael Kerrisk
In reply to the initial report: > 'locale' prints not only the values of LC_*, but also LANG and LANGUAGE. Does it really do this on Ubuntu? On my Fedora system, locale(1) displays LANG, but not LANGUAGE. This is consistent with the fact that LANGUAGE is gettext-specific, as I understand it. --