From: "Juan Manuel Guerrero" Organization: Darmstadt University of Technology To: djgpp-workers AT delorie DOT com Date: Thu, 13 Sep 2001 18:33:22 +0200 Subject: NLS and djgpp.env X-mailer: Pegasus Mail for Windows (v2.54DE) Message-ID: <70829161ECD@HRZ1.hrz.tu-darmstadt.de> Reply-To: djgpp-workers AT delorie DOT com Assuming that NLS for DJGPP is welcome I would like to propose to add the LANG and LANGUAGE env. variables to the global part of djgpp.env. LANG is set to 'C' making sure that always the english message are display by default. LANGUAGE is unset at all. Regards, Guerrero, Juan M. diff -acprNC3 djgpp.orig/djgpp.env djgpp/djgpp.env *** djgpp.orig/djgpp.env Tue Jun 19 23:07:20 2001 --- djgpp/djgpp.env Thu Sep 13 17:39:58 2001 *************** DJDIR=%:/>DJGPP% *** 11,16 **** --- 11,18 ---- +LFN=y +TEXMFMAIN=%DJDIR%/share/texmf +GO32STUB=%DJDIR%/bin/stubify.exe + +LANG=C + +LANGUAGE= [bison] BISON_HAIRY=%DJDIR%/lib/bison.hai