This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libc/11869] LANGUAGE not taken into account unless LC_MESSAGES is set to non-POSIX


http://sourceware.org/bugzilla/show_bug.cgi?id=11869

--- Comment #2 from Vincent LefÃvre <vincent+libc at vinc17 dot org> 2011-05-20 16:48:56 UTC ---
(In reply to comment #1)
> This won't change.  People expect forever that by setting LC_ALL to C or POSIX
> all internationalization is turned off.  Changing this would break code
> unnecessarily.

But I do *not* have LC_ALL set to C or POSIX (the problem was with
LC_MESSAGES). So, this will not break such code.

Or perhaps it should be fixed in some other way. For instance, LC_MESSAGES
should have the precedence over LANGUAGE (always, not just with set to POSIX).

> Just add appropriate settings of LC_ALL or LANG.

Setting LC_ALL is unacceptable as it has the precedence over other LC_*
locales. And LANG is ignored.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]