mirror of
https://github.com/86Box/probing-tools.git
synced 2026-02-22 01:25:35 -07:00
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.batfrom an OpenWatcom "Build Environment" command prompt. - Linux: Run
./build.shwith OpenWatcom tools present on$PATH.