Alexandre Julliard pushed to branch master at wine / wine
Commits: 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.
- - - - -
5 changed files:
- programs/cmd/batch.c - programs/cmd/tests/batch.c - programs/cmd/tests/test_builtins.cmd - programs/cmd/tests/test_builtins.cmd.exp - programs/cmd/wcmdmain.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/8e69293e624e25e7c8028edb785120...