LC_ALL (like the name suggests) should override all others. Well, for the record, that is so only in the one case at hand -- when LC_ALL (or LANG) is set to "C" (or "POSIX", I would hope, though that's not mentioned in the gettext manual). Otherwise, LANGUAGE is higher priority than LC_ALL. From the very web pages you cited :) --
http://www.gnu.org/software/gettext/manual/html_node/Locale-Environment-Variables.html http://www.gnu.org/software/gettext/manual/html_node/The-LANGUAGE-variable.html The gettext documentation is not as clear as it might be here. Anyway, we'll see about fixing the "C" case. Thanks, k
