Path: utzoo!attcan!uunet!mcvax!hp4nl!philmds!leo From: leo@philmds.UUCP (Leo de Wit) Newsgroups: comp.sys.atari.st Subject: Re: Problems de-arcing NULLFILL.ARC (Was: NULLFILL ARCed source) Keywords: CRC fail Message-ID: <907@philmds.UUCP> Date: 4 Jan 89 17:51:43 GMT References: <8812210153.AA26758@ucbvax.Berkeley.EDU> <899@philmds.UUCP> Reply-To: leo@philmds.UUCP (Leo de Wit) Organization: Philips I&E DTS Eindhoven Lines: 18 In article <899@philmds.UUCP> I wrote: | [uuencoded file removed...] | |I tried to uudecode and de-arc this stuff, but arc.ttp complains (I'm |using version 5.21): [etc...] Thanks to Dennis Pixton I found the cause of the problem: The preceding table used tildes for carets (~ instead of ^). Since neither the Unix uudecode nor my own ST hack of uudecode knows about translation tables, the resulting arc file was corrupt. Replacing ~ by ^ and again uudecoding solved this. Hmm, my uu[de|en]code needs revising... B.T.W. anyone knows of a standard Unix uu[de|en]code (not the Dumas program) that knows about tables? Ultrix's doesn't. Leo.