From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,1ece2318f24b35a7 X-Google-Attributes: gid103376,public From: Gautier Subject: Re: UNIX Compressed Files From A PC Date: 2000/08/14 Message-ID: <39980796.66EC9217@maths.unine.ch>#1/1 X-Deja-AN: 658145761 Content-Transfer-Encoding: 7bit References: <3995C90A.E72C055F@acm.org> <3995E7D2.DEFF8821@rtd.com> <3996AD0B.64A8C7D6@acm.org> <8n8lk4$78u7@news.kvaerner.com> <3997FBCB.93160DD3@acm.org> X-Accept-Language: en Content-Type: text/plain; charset=us-ascii X-Trace: 14 Aug 2000 16:52:07 +0100, mac13-32.unine.ch Organization: Maths - Uni =?iso-8859-1?Q?Neuch=E2tel?= MIME-Version: 1.0 Newsgroups: comp.lang.ada Date: 2000-08-14T00:00:00+00:00 List-Id: Marin D. Condic: > Thanks for that info. I'll have another go around with gzip to see if we > can do something with it. Unfortunately, I can't do anything about the > compression format. It is what it is and I can't change it because the > data is produced by another system/group. But if gzip will recognize the > LZW files and decompress them, that may provide an answer. The file format is not completely linked to the algorithm to compress the files. Some compressors for GIF avoid using LZW because of the patent - as I've read in some sources you find on the Internet, anyway. The 7-Zip compressor seems to use a recent algorithm to create .zip files with much better compression but same file format - hence, unzippable normally. If you can mimic the file format (Huffman tables etc.) for the .z (or .Z ?) files by customising Unzip-Ada it could arrange things (just an idea of course...). ______________________________________________________ Gautier -- http://members.xoom.com/gdemont/gsoft.htm