Date: Sun, 05 Aug 2001 17:46:07 +0300 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: JT Williams Message-Id: <3405-Sun05Aug2001174606+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: <20010805084126.A8685@kendall.sfbr.org> (message from JT Williams on Sun, 5 Aug 2001 08:41:26 -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> <8011-Sat04Aug2001111146+0300-eliz AT is DOT elta DOT co DOT il> <20010805084126 DOT A8685 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: Sun, 5 Aug 2001 08:41:26 -0500 > From: JT Williams > > -: > 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. > > Using cp850 does not help, because as far as the display of german text is > concerned, cp437 and cp850 are equivalent. In fact, given the character > encoding of `sed.mo', *none* of the six codepages supplied with DOS 5 can > correctly display the german text from `sed.mo'. > > I have read the detailed post by Juan several times, but I still cannot > determine if the above would indicate that something is broken, or just > not possible under djgpp. It sounds like recoding is not done at all, since 252 and 246 are the original Latin-1 codepoints of these two letters.