X-Authentication-Warning: kendall.sfbr.org: jeffw set sender to jeffw AT darwin DOT sfbr DOT org using -f Date: Fri, 3 Aug 2001 10:20:35 -0500 From: JT Williams To: djgpp-workers AT delorie DOT com Cc: Juan Manuel Guerrero Subject: Re: gettext port Message-ID: <20010803102035.A7241@kendall.sfbr.org> Mail-Followup-To: djgpp-workers AT delorie DOT com, Juan Manuel Guerrero References: <31D25F35EBD AT HRZ1 DOT hrz DOT tu-darmstadt DOT de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <31D25F35EBD@HRZ1.hrz.tu-darmstadt.de>; from ST001906@HRZ1.HRZ.TU-Darmstadt.De on Thu, Aug 02, 2001 at 11:38:23PM +0200 Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk -: The possibility of a DOS call use has been descarted due some difficulties. -: DOS sometimes lies about the codepage in use. -: -: The user must _always_ set the lang environment variable in djgpp.env. If I add the following lines to djgpp.env +LANG=de +LANGUAGE=de,en then I _do_ get German text (e.g., from `sed --version'), but the umlauted and ess-tzett chars are incorrectly mapped on my screen under CP437. These chars _are_ available in the upper half of CP437, however. What I have done wrong? Does NLS require DOS NLSFUNC? I'm using the latest sed+NLS release with stock djdev 2.03 and DOS 5.0.