[Git][wine/wine][master] 4 commits: cmd: Use the OEM code page if GetConsoleOutputCP fails.
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(a)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... -- View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/8e69293e624e25e7c8028edb785120... You're receiving this email because of your account on gitlab.winehq.org.
participants (1)
-
Alexandre Julliard (@julliard)