Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Date: Wed, 2 Jun 2004 18:15:29 +0200 From: "Gerrit P. Haase" Reply-To: "Gerrit P. Haase" Organization: Esse keine toten Tiere Message-ID: <32-1775580380.20040602181529@familiehaase.de> To: Igor Pechtchanski Subject: Re: Error message from antiword since upgrade to cygwin 1.5.10 In-Reply-To: References: <123-1790318362 DOT 20040602140951 AT familiehaase DOT de> MIME-Version: 1.0 Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7bit Hi Igor, > The line '0x00 0x0000 # NULL' (with or without whitespace between '#' and > 'NULL') appears in most of the mapping files (except roman.txt, > MacRoman.txt, and UTF-8.txt), not just cp125[012].txt -- just "grep NULL > *.txt". It doesn't seem to make much difference, but the three files you > listed above are in DOS (CRLF) format, roman.txt is in Mac (CR) format, > and the rest are in Unix (LF) format. > The error above can be reproduced by running "antiword -m ", > where is a mapping file. FWIW, "antiword -m roman.txt" > produces gobs of errors. IIUC, the '#' should start a comment, so > whitespace differences after '#' shouldn't matter. The file roman.txt should only be needed for Mac systems where it hould work. Cygwin sees here no linebreaks at all. > Incidentally, it used to be possible to specify the mapping file name > without the .txt at the end (e.g., "antiword -m cp1251"). It now seems > necessary to add the ".txt" to the filename. At least with cygwin 1.5.9 it seems that this is not possible: I can't open your mapping file (koi8-u) Seeing the relevant code it was never possible, however, I'm learning C right now and I patched the options.c file to enable this, I hope it works. Everything works ok with cygwin-1.5.9. I'll try to recompile with 1.5.10 later, maybe that helps... Gerrit -- =^..^= http://nyckelpiga.de/donate.html -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/