home *** CD-ROM | disk | FTP | other *** search
/ Source Code 1992 March / Source_Code_CD-ROM_Walnut_Creek_March_1992.iso / usenet / altsrcs / 2 / 2733 / README < prev   
Encoding:
Text File  |  1991-02-10  |  1.5 KB  |  34 lines

  1.  
  2. Included in this package are two Icon source files, iiencode.icn and
  3. iidecode.icn.  When compiled, these will yield icode files which
  4. emulate the Unix uuencode and uudecode commands.  They are supposed to
  5. be completely compatible with all existing uuen/decode versions, and
  6. are patterned after latest publicly distributable BSD C source code.
  7.  
  8. For those who are working at sites subject to the vicissitudes of
  9. ASCII<->EBCDIC translation, an extra switch (-x) is included that
  10. makes iiencode/iidecode produce/extract xxencode-format files (which
  11. do not get mangled when moving through non-ASCII sites).  Before using
  12. this switch with the uuencode command, make sure that the person to
  13. receive the coded transmission can unpack xxencoded files.
  14.  
  15. Iiencode and iidecode have been tested under Unix and Xenix, and work
  16. fine.  They have received brief testing under MS-DOS, and appear to
  17. work there as well.
  18.  
  19. For systems which use some other sequence in place of UNIX LFs (e.g.
  20. MS-DOS), there is a special iiencode switch, -o filename, which
  21. directs iiencode to send its output to filename instead of &output.
  22. This makes it possible to strip out trailing carriage returns, and
  23. write an output file in UNIX format.
  24.  
  25. Iien/decode are written in Icon, which is extremely portable.  Anyone
  26. with an Icon interpreter or compiler can install them.  And, since
  27. Icon is free (obtainable from the U. of Arizona at cs.arizona.edu),
  28. the programs really are without cost of any kind.
  29.  
  30. Note:  They aren't very fast especially when the -x switch is used.
  31.  
  32. -Richard (goer@sophist.uchicago.edu)
  33.  
  34.