home *** CD-ROM | disk | FTP | other *** search
/ Amiga MA Magazine 1998 #6 / amigamamagazinepolishissue1998.iso / internet / uucode_68020 / uucoders / uucomments < prev    next >
Text File  |  1997-08-31  |  1KB  |  39 lines

  1. 4
  2. Message  4:
  3. From ames!uunet.UU.NET!mcvax!cs.ucl.ac.uk!awylie@cad.berkeley.edu Tue Sep 15 06:41:19 1987
  4. From: ames!uunet.UU.NET!mcvax!cs.ucl.ac.uk!awylie@cad.berkeley.edu
  5. Date: 15 Sep 87 13:19
  6. To: cogsci!bryce@cs.ucl.ac.uk
  7.  
  8. Bryce,
  9.       hello, I was looking at your new(ish) uuencode/decode on the Usenet
  10. news, and I have 3 comments:
  11.  
  12. 1/ It will fail disastrously (and often mysteriously) if run under MSDOS
  13.    unless you change the fopen access to "rb" in uuencode and "wb" in
  14.    uudecode.
  15.  
  16. 2/ A further level of error-checking is possible. UUENCODE only uses 6 bits
  17.    of an 8-bit character. Assuming parity randomises the eighth bit, there
  18.    is still one left. This can be used to check for oddball character
  19.    translation problems, eg the tilde-caret change can be detected that
  20.    way. I feel it is wrong for UUDECODE just to mask out the six bits and
  21.    not look whether the seventh is zero. In fact one could implement parity
  22.    checking as well.
  23.  
  24. 3/ "transparant" is not a word, even in the USA !
  25.  
  26.    best wishes,
  27.  
  28.    Andrew Wylie in sunny London.
  29.  
  30. &
  31.  
  32. Some put and X "guard band"
  33. Lines x-x have checksum errors.
  34. Bad arguments
  35.  
  36. begin 666 filename[].  Garbage character at end is not truncated.
  37.  
  38.  
  39.