home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / TEXT / UTILITY / ENGLEX10.ZIP / ENGTXTIN.CTL < prev    next >
Encoding:
Text File  |  1991-12-13  |  493 b   |  20 lines

  1. ; textin control file for ENGLEX  24-Apr-91
  2.  
  3. ; word formation characters
  4. ; A-Z and a-z are included by default
  5. ; add hyphen, apostrophe, and the digits
  6. \wfc - ' 1 2 3 4 5 6 7 8 9 0
  7.  
  8. ; exclude these fields from processing
  9. ; any lines in text beginning with \id or \co will be ignored
  10. \excl \id \co
  11.  
  12. ; convert eight-bit accented characters to seven-bit equivalents
  13. ; these work for Macintosh
  14. \ch  "é"  "e"
  15. \ch  "à"  "a"
  16. \ch  "ï"  "i"
  17. \ch  "ü"  "u"
  18. \ch  "î"  "i"
  19. \ch  "Ñ"  "n"
  20.