From: "Juan Manuel Guerrero" Organization: Darmstadt University of Technology To: Eli Zaretskii Date: Wed, 7 Feb 2001 07:19:33 +0200 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: gettext pretest available CC: djgpp-workers AT delorie DOT com In-reply-to: <8011-Tue06Feb2001090701+0200-eliz@is.elta.co.il> References: <120E0882CEF AT HRZ1 DOT hrz DOT tu-darmstadt DOT de> (ST001906 AT HRZ1 DOT HRZ DOT TU-Darmstadt DOT De) X-mailer: Pegasus Mail for Windows (v2.54DE) Message-ID: <145E88E6E44@HRZ1.hrz.tu-darmstadt.de> 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 On Tue, 06 Feb 2001 09:07:01 +0200, Eli Zaretskii wrote > > I have also finished a DJGPP port of recode-3.6 > > Where does one find the original distribution of this version on the > net? It is available at: and mirrors. Timestamp is 2001-01-22 This version of recode uses a libray from libiconv-1.5.1 and this breaks around 25% of the tests from the testsuit. It should be noticed that F.Pinard has applied your patch. For a reason I have still not fully understood, libiconv.a likes to read and write always in text mode. This makes diff and cmp always fail due to the CRLF-NL issue. Recode's output has MSDOS-style EOL and the control files created by the testsuit have always UNIX-style EOL. Reagards, Guerrero, Juan Manuel