home *** CD-ROM | disk | FTP | other *** search
/ No Fragments Archive 10: Diskmags / nf_archive_10.iso / MAGS / ST_USER / 1990 / USERJL90.MSA / TEXT_BITSTRIP.DOC < prev    next >
Text File  |  1990-05-15  |  1KB  |  25 lines

  1.                              Bit seven strip
  2.  
  3.                        Strip out unwanted codes with
  4.                         Paul Overaa's short utility
  5.  
  6. I use quite a few popular computers and often have to deal with text files
  7. which have been moved across to the ST by transfer programs. The other day some
  8. WordStar files arrived and a quick look revealed that they were document
  9. files.
  10.     WordStar's document files are not ordinary ASCII files and one minor
  11. problem is that they use the high-bit (bit seven) as soft-space markers. This
  12. sort of arrangement is often used by word-processor programs. After realising
  13. that I didn't have any easy way of just clearing those high bits I sat down and
  14. wrote a short utility to do it.
  15.     BITSTRIP.TTP is nothing fancy, but it does the job, it's free and is easily
  16. modified to do any number of similar conversions. To use it just enter the
  17. source file name, the destination filename and any dummy third parameter, like
  18. this:
  19.  
  20. <SourceFile> <DestinationFile> <DummyParameter>
  21.  
  22.     Why the third dummy entry? It's for exapansion as the program structure
  23. allows for an extra parameter just in case any other similar utilities might
  24. need it!
  25.