home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / mskermit / mspep4.txt < prev    next >
Text File  |  2020-01-01  |  2KB  |  45 lines

  1. EP437.EXE                     KERMIT DISTRIBUTION                JANUARY 1990
  2.  
  3. EP437 is a program that translates files from IBM PC code page 437 (the most
  4. commonly used code page for the PC) into the character set used by the Epson
  5. FX and RX series printers.  Since the Epson printer does not have many of the
  6. characters that the PC has, many of them are simulated by overstrike.  Greek
  7. characters which have no Epson lookalike are printed as Roman characters
  8. (alpha as a, sigma as s, etc).  Box- and line-drawing characters are drawn
  9. using the Epson single-width set, even if the original PC characters are
  10. double-width.
  11.  
  12. There are several ways to use the program:
  13.  
  14. ep437 < file1 > file2
  15.   Translates file1 into file2, which may later be printed using the
  16.   DOS PRINT command.
  17.  
  18. ep437 < file > prn
  19.   Translates the file and prints it on the printer.
  20.  
  21. ep437 file > prn
  22.   Translates the file and prints it on the printer.
  23.  
  24. ep437 file file file file... > prn
  25.   Translates the files and prints them on the printer, each file separated
  26.   by a formfeed.
  27.  
  28. command | ep437 > prn
  29.   The output of the command is translated by ep437 and printed on the printer.
  30.  
  31. epson > prn
  32.   The characters you type, up to Ctrl-C or Ctrl-Z, are translated and
  33.   printed on the printer.
  34.  
  35. epson -t > prn
  36.   Prints two tables on the Epson printer.  The first shows the Epson's
  37.   built-in repertoire of national characters.  The second shows this
  38.   program's rendition of IBM code page 437 on the Epson printer.
  39.  
  40. EP437 is written in the C language.  Users are encouraged to adapt it for
  41. use with other code pages and with other kinds of printers.
  42.  
  43. End of EP437.HLP.
  44.  
  45.