CP850WIN and CPWIN850 are Windows 32-bit console "Filter" applications. Each reads a text stream from Standard Input and writes to Standard Output. The input and output text streams comprise 8-bit characters.
CP850WIN converts characters from MS-DOS OEM Code Page 850 to MS-Windows Code Page 1252.
CPWIN850 performs the reverse conversion.
License: Use of CP850WIN and CPWIN850 is free to end users, but I retain the copyright. These program is shared "as-is" without warranty, promise of support, or liability for consequences of its use. Bug reports are requested, and enhancement requests are invited.
Command-line invocation is according to the syntax:
If either the input file or output file designations are omitted, the program reads its input from the keyboard or writes it to the display, respectively.CP850WIN <infile.txt >outfile.txt CPWIN850 <infile.txt >outfile.txt
| August 14, 2011 | First release |