how to disable locales?

1998-06-17 Thread Joey Hess
dpkg-repack needs to parse some dpkg output that is internationalized. So I
need to force dpkg to output this in english. There seem to be a lot of
variables that control which language is used, LANG, LC_ALL, LC_MESSAGES,
etc. Which of these do I need to unset before running dpkg?

-- 
see shy jo


--  
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: how to disable locales?

1998-06-17 Thread Enrique Zanardi
On Wed, Jun 17, 1998 at 11:41:33AM -0700, Joey Hess wrote:
 dpkg-repack needs to parse some dpkg output that is internationalized. So I
 need to force dpkg to output this in english. There seem to be a lot of
 variables that control which language is used, LANG, LC_ALL, LC_MESSAGES,
 etc. Which of these do I need to unset before running dpkg?

Just set LC_ALL=C . LC_ALL overrides the others.

(Sorted by priorities, from higher to lower: LC_ALL, LC_MESSAGES, LANG).

--
Enrique Zanardi[EMAIL PROTECTED]


--  
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]