home *** CD-ROM | disk | FTP | other *** search
/ ftp.barnyard.co.uk / 2015.02.ftp.barnyard.co.uk.tar / ftp.barnyard.co.uk / cpm / walnut-creek-CDROM / MBUG / MBUG075.ARC / UNSOFT.DOC < prev    next >
Text File  |  1979-12-31  |  1KB  |  32 lines

  1.  
  2. ENSOFT.COM     01-Apr-84
  3.  
  4.     Keywords: FILTER WORDSTAR
  5.  
  6.     A program to convert an ASCII text file to Wordstar document mode.
  7.     Makes educated guesses about where to put soft and hard carriage
  8.     returns as well as soft spaces.
  9.  
  10.  
  11. UNSOFT.COM     01-Apr-84
  12.  
  13.     Keywords: WORDSTAR FILTER
  14.  
  15.     A program to convert Wordstar document-mode files to normal ASCII
  16.     text files.  Resets all high order bits added by Wordstar to zero.
  17.     Removes all control characters except TAB, FF, CR and LF.  Strips
  18.     out dot commands except .PA which it converts to FF.  Changes the
  19.     1FH soft hyphen at end-of-line to a real 2DH hyphen.  (FILTX2 would
  20.     totally remove the character.)  Handles non-break-space correctly.
  21.     Type UNSOFT ? for additional information.    
  22.  
  23.     NOTE:  If for any reason you do not wish to retain FF (form feed)
  24.        characters, you can run the program through FILTX.COM after
  25.        first using UNSOFT.COM.
  26.  
  27.                 - These versions by Paul Homchick
  28.                 - Philadelphia, PA (215) 687-6969
  29.                            (215) 964-8050
  30. Keywords: FILTER WORDSTAR
  31.  
  32.     A program to convert an ASCII text file to Wordstar document