Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!water!watmath!clyde!rutgers!princeton!udel!burdvax!bbking!rmarks From: rmarks@bbking.UUCP Newsgroups: comp.sys.ibm.pc Subject: Re: NEW UUENCODE/DECODE are here Message-ID: <13@bbking.PRC.Unisys.COM> Date: Wed, 18-Nov-87 09:21:52 EST Article-I.D.: bbking.13 Posted: Wed Nov 18 09:21:52 1987 Date-Received: Sat, 21-Nov-87 08:38:45 EST References: <12@bbking.PRC.Unisys.COM> <1145@hoqax.UUCP> Organization: Unisys/Knowledge Systems Organization, Bluebell, PA Lines: 16 In article <1145@hoqax.UUCP> twb@hoqax.UUCP (BEATTIE) writes: >I uudecoded this on UNIX and then PKXARC'd it on a pc6300+ >I then tried to use the new uudecode on the orig. posting - it failed, possibly >because of the header it couldn't find the "begin" line. The problem was that the text to be decoded was moved from unix to the PC in IMAGE mode. Thus the unix NEWLINE character (a LF) was not changed to a CR-LF pair. Please move text files from unix in TEXT mode. I will change to permit accepting either a LF or a CR-LF as the end-of-line character in the a future release. In turbo pascal this will mean that I will have to change to block reads and break the blocks into lines in my own code. Any better suggestions? Richard Marks rmarks@PRC.unisys.COM