texinfo-devel
[Top][All Lists]
Advanced

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

LANGUAGE vs. C


From: Karl Berry
Subject: LANGUAGE vs. C
Date: Mon, 19 Nov 2012 23:12:07 GMT

     "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"};
}




reply via email to

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