On Wed Sep 3 00:21:53 2025 +0000, eric pouech wrote:
we'd better create our own test files... see chcp related tests in test_builtin.cmd to insert any hex character
Perhaps it's something with my environment but I wasn't able to insert hex characters into the file using the lines in the chcp tests. Ended up writing literal "@\xE3@", etc. Added a function in batch.c to write a binary file, similar to the create_nul_test_file() function in that same file.