home *** CD-ROM | disk | FTP | other *** search
/ SPACE 1 / SPACE - Library 1 - Volume 1.iso / utilitys / 47 / ajax.doc next >
Encoding:
Text File  |  1987-03-30  |  512 b   |  15 lines

  1.  
  2. The file cleanser program is bare-bones and does one
  3. simple thing... it reads a file and creates a new one
  4. with all 'unprintable' characters replaced with spaces.
  5. Unprintable characters include control codes and the
  6. escape code. Not knowing how to guess the number of
  7. characters that might follow <esc> in an escape seq-
  8. uence, only the <esc> character is removed.
  9.  
  10. Gregg Hungerford
  11. Aka The Chairman of the Board BBS
  12.                         408-985-7573
  13.                         Vidtex/Games/fUn!
  14.  
  15.