Path: utzoo!mnetor!uunet!husc6!bloom-beacon!mit-eddie!uw-beaver!cornell!rochester!pt.cs.cmu.edu!andrew.cmu.edu!rs4u+ From: rs4u+@andrew.cmu.edu (Richard Siegel) Newsgroups: comp.sys.mac Subject: Re: StuffIt hexification (Was: TechNotes 184 to 194 available...) Message-ID: Date: 25 Apr 88 13:01:23 GMT References: <2596@utastro.UUCP> <2605@utastro.UUCP> <2610@utastro.UUCP>, <1511@pt.cs.cmu.edu> Organization: Carnegie Mellon Lines: 8 In-Reply-To: <1511@pt.cs.cmu.edu> My understanding is that the only difference between the two BinHex routines is that the standard BinHex does RLE on the output, and StuffIt does not - the only result is that StuffIt's binhex output is slightly longer. I have used BinHex to decode files that StuffIt is produced, and vice-versa. Just because it's not identical to the standard doesn't make it wrong.