home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / recode.zip / READ.ME next >
Text File  |  1995-09-01  |  2KB  |  41 lines

  1.                Code Page Recoder for DOS & OS/2
  2.               ==================================
  3.  
  4.   This program serves to translate text files encoded in one codepage
  5. for display or use under another codepage.  The currently supported
  6. codepages are:
  7.  
  8.         437     United States PC
  9.         819     ISO-8859/1 (UNIX)
  10.         850     Multilingual
  11.         860     Portuguese
  12.         863     French-Canadian
  13.         865     Nordic
  14.  
  15.   The command-line syntax is as follows:
  16.  
  17.         RECODE [FROM=codepage] [TO=codepage] source > destination
  18.  
  19.   The source and destination codepages are optional and default to 819
  20. and 850 respectively.  The result is sent to the standard output and
  21. may be redirected to any file but the original source file.
  22.  
  23.   One side effect of this program with UNIX files is to convert the files
  24. to use cr-lf pairs at the end of text lines instead of the simple linefeeds
  25. that mark the end of UNIX text file lines.  This results in an output
  26. file larger than the source file.
  27.  
  28.   The source code and make file (MSC 6.00a) are included.  The information
  29. required to make this program were obtained from an IBM reference document
  30. packaged with OS/2 1.2, from an Internet FAQ sheet about the ISO-8859-1
  31. character set standard, and from one of the help topics in the IBM
  32. Presentation Manager Guide & Reference, packaged with the IBM OS/2
  33. Developer's Toolkit.
  34.  
  35.   Questions, suggestions, criticisms to:
  36.  
  37.         Rick Papo
  38.         Internet: rpapo@msen.com
  39.         CompuServe: 72607,3111
  40.  
  41.