Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!rutgers!clyde!cbosgd!ihnp4!alberta!sask!zaphod!dvlmarv!watmath!orchid!egisin From: egisin@orchid.UUCP (Eric Gisin) Newsgroups: comp.protocols.misc,comp.mail.uucp,comp.sources.d Subject: Re: uuencode enhancements Message-ID: <7863@orchid.UUCP> Date: Thu, 28-May-87 19:32:59 EDT Article-I.D.: orchid.7863 Posted: Thu May 28 19:32:59 1987 Date-Received: Sat, 6-Jun-87 04:43:19 EDT References: <7702@orchid.UUCP> <1046@viper.Lynx.MN.ORG> <886@lll-lcc.aRpA> Distribution: comp Organization: U of Waterloo, Ontario Lines: 12 Xref: mnetor comp.protocols.misc:20 comp.mail.uucp:591 comp.sources.d:753 I'll admit atob is better that uuencode, but there is a lot of existing archived software in uuencode format. The problem with bitnet (in addition to stripping trailing blanks) is that lack of a standard for ascii/ebcdic translation on systems that need to translate between them (Unix, VMS, and TCP/IP on VM and MVS). (you would think the Bitnet people could adopt a standard and encourage its members to adopt it). There is an enhancement to uuencode that includes an encoding table at the beginning so that any one-to-one mis-translations can be reversed when decoding. (atob could enhanced likewise).