X-Authentication-Warning: kendall.sfbr.org: jeffw set sender to jeffw AT darwin DOT sfbr DOT org using -f Date: Sun, 5 Aug 2001 08:41:26 -0500 From: JT Williams To: djgpp-workers AT delorie DOT com Subject: Re: gettext port Message-ID: <20010805084126.A8685@kendall.sfbr.org> Mail-Followup-To: djgpp-workers AT delorie DOT com 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> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <8011-Sat04Aug2001111146+0300-eliz@is.elta.co.il>; from eliz@is.elta.co.il on Sat, Aug 04, 2001 at 11:11:49AM +0300 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 -: > 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.