home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / base64.zip / READ.ME < prev   
Text File  |  1994-07-07  |  740b  |  12 lines

  1.      ENBASE64.CMD/DEBASE64.CMD are Rexx programs that encode/decode a file
  2. in Base64 (as used in Mime and described in Marshall T. Rose's book, The
  3. Internet Message).  Like UUENCODE, ENBASE64 encodes any file as printable
  4. characters.  Unlike UUENCODE, the characters are not garbled if they are 
  5. translated from ASCII to EBCDIC and back to ASCII.  (This is a major advantage
  6. for those of us that receive mail on IBM mainframes.)  And, files encoded via
  7. ENBASE64 are immume to the loss of trailing spaces (because none are used). 
  8. DEBASE64.CMD uses no unusual characters and can be sent to an OS/2 user
  9. receiving a file encoded via ENBASE64; the Basic program DEBASE.BAS uses no
  10. unusual characters and can be sent to a DOS user.
  11.  
  12.