Re: [PATCH] Use UTF-8 active code page for Windows host.

2023-03-25 Thread Costas Argyris
Here is the new patch that includes the changes in build_w32.bat required to build GNU Make with UTF-8 on Windows. I have tested it with all 3 supported toolchains: .\build_w32.bat (uses MSVC) .\build_w32.bat gcc .\build_w32.bat tcc with/without --debug and with/without --x86 for MSVC.

Re: [PATCH] Use UTF-8 active code page for Windows host.

2023-03-25 Thread Eli Zaretskii
> From: Costas Argyris > Date: Sat, 25 Mar 2023 13:19:00 + > Cc: psm...@gnu.org, bug-make@gnu.org > > > Also, I'd name the files slightly differently, something like > > w32-utf8.*, to make their relation to Windows more evident. > > Note that in the patch, these files are put under the w32

Re: [PATCH] Use UTF-8 active code page for Windows host.

2023-03-25 Thread Costas Argyris
Just some comments on the non-configury questions: Also, I'd name the files slightly differently, something like w32-utf8.*, to make their relation to Windows more evident. Note that in the patch, these files are put under the w32 dir: src/w32/utf8.manifest src/w32/utf8.rc so their relation to

Re: [PATCH] Use UTF-8 active code page for Windows host.

2023-03-25 Thread Eli Zaretskii
> From: Costas Argyris > Date: Tue, 21 Mar 2023 15:08:52 + > Cc: bug-make@gnu.org, Paul Smith > > > You can submit diffs against the last released version here as well. > > In that case, I am simply re-attaching the patch I originally sent in > this thread, because that was already