texinfo-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: LANGUAGE vs. C


From: Patrice Dumas
Subject: Re: LANGUAGE vs. C
Date: Tue, 20 Nov 2012 18:24:46 +0100
User-agent: Mutt/1.5.20 (2009-12-10)

On Mon, Nov 19, 2012 at 11:12:07PM +0000, Karl Berry wrote:
>      "Note: The variable LANGUAGE is ignored if the locale is set to C. 
> 
> In the event that no new libintl-perl is coming quickly (which would be
> rather amazing), I wonder if we could reasonably work around this
> ourselves.  Something like:
> 
> if ($ENV{"LC_ALL"} =~ /^(C|POSIX)$/
>     || $ENV{"LANG"} =~ /^(C|POSIX)$) {
>   delete $ENV{"LANGUAGE"};
> }

Done. 

Guido has acknowledged the problem too.

-- 
Pat



reply via email to

[Prev in Thread] Current Thread [Next in Thread]