Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!water!watnot!watmath!clyde!rutgers!ames!ucbcad!ucbvax!RPICICGE.BITNET!FISHER From: FISHER@RPICICGE.BITNET.UUCP Newsgroups: comp.os.cpm Subject: Archive Squash format Message-ID: <8704100527.AA10776@ucbvax.Berkeley.EDU> Date: Thu, 9-Apr-87 21:03:05 EST Article-I.D.: ucbvax.8704100527.AA10776 Posted: Thu Apr 9 21:03:05 1987 Date-Received: Sat, 11-Apr-87 13:39:17 EST Sender: daemon@ucbvax.BERKELEY.EDU Distribution: world Organization: The ARPA Internet Lines: 7 From the documentation for UNARC version 1.6 I've learned that there is yet another LZW format coming into use. The claim is that this is a (9 to) 13-bit LZW method without DLE-packing. Does anyone know if that is really all there is to it: Just take my existing unLZW code and increase the table size and remove the DLE-unpacking, or is there perhaps something more sneeky going on (like the difference between arc LZW and crunch LZW)?