Date: Sat, 04 Aug 2001 11:11:49 +0300 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: JT Williams Message-Id: <8011-Sat04Aug2001111146+0300-eliz@is.elta.co.il> X-Mailer: Emacs 20.6 (via feedmail 8.3.emacs20_6 I) and Blat ver 1.8.9 CC: djgpp-workers AT delorie DOT com In-reply-to: <20010803203443.A7776@kendall.sfbr.org> (message from JT Williams on Fri, 3 Aug 2001 20:34:43 -0500) Subject: Re: gettext port References: <1858-Fri03Aug2001191529+0300-eliz AT is DOT elta DOT co DOT il> <20010803203443 DOT A7776 AT kendall DOT sfbr DOT org> 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 > Date: Fri, 3 Aug 2001 20:34:43 -0500 > From: JT Williams > > -: > > +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. > > In the `sed.mo' file for german I see that u" is represented > by ascii 252 and o" by ascii 246. But this is not correct for > either cp437 or cp850 (u" is 129 and o" is 148 in each). See the Content-type header of the file: it probably says that the file is in ISO-8859-1. The conversion to cp850 is done on the fly by libiconv, since on MS-DOS, the default for de locale is cp850.