Files
86Box-probing-tools/cp437/README.md
2021-08-13 18:57:27 -03:00

523 B

cp437

Not a probing tool. Runs on the build host to convert UTF-8 source files to Code Page 437 for building DOS tools.

Usage

cp437 infile [infile...]
- Converts UTF-8 input file(s) to CP437 output file(s) with .cp437 appended.

Building

This tool is automatically built as needed by the build scripts for other tools. Alternatively:

  • Windows: Run build.bat from an OpenWatcom "Build Environment" command prompt.
  • Linux: Run ./build.sh with OpenWatcom tools present on $PATH.