- 
d6a55944
 by Akihiro Sagawa   at 2025-04-28T11:27:14+02:00 
cmd: Use the OEM code page if GetConsoleOutputCP fails.
Instead of the ANSI code page (code page zero).
 
- 
bdb4967a
 by Akihiro Sagawa   at 2025-04-28T11:27:16+02:00 
cmd/tests: Add updated code page test in batch file.
 
- 
e10ce000
 by Eric Pouech   at 2025-04-28T11:27:16+02:00 
cmd: Factor out code_page when searching for a label.
Signed-off-by: Eric Pouech <epouech@codeweavers.com>
 
- 
f46c44e0
 by Akihiro Sagawa   at 2025-04-28T11:27:18+02:00 
cmd: Use the console output code page to read batch files.
Based on patch by Eric Pouech.