Re: [Mingw-w64-public] std::filesystem::copy_options::overwrite_existing & similar still do not work.

2022-08-09 Thread Óscar Fuentes
Ryan Starrett writes: > The initial bug reports for these problems were started in 2018! > > https://sourceforge.net/p/mingw-w64/bugs/699/ > https://sourceforge.net/p/mingw-w64/bugs/852/ (2020) > > It's been nearly five years. Can we expect a fix to this issue soon? You'll better report it

[Mingw-w64-public] std::filesystem::copy_options::overwrite_existing & similar still do not work.

2022-08-09 Thread Ryan Starrett
The initial bug reports for these problems were started in 2018! https://sourceforge.net/p/mingw-w64/bugs/699/ https://sourceforge.net/p/mingw-w64/bugs/852/ (2020) It's been nearly five years. Can we expect a fix to this issue soon? ___

Re: [Mingw-w64-public] #943 __mingw_printf() does not print non-ASCII chars correctly.

2022-08-09 Thread Martin Storsjö
On Sun, 7 Aug 2022, Takashi Yano wrote: On Thu, 4 Aug 2022 16:16:28 +0300 (EEST) Martin Storsjö wrote: Wouldn't it be better to just tweak the code in stdio/mingw_pformat.c, that whenever we have converted a sequence of wide chars to a multibyte sequence, try to prepare things differently and

Re: [Mingw-w64-public] #943 __mingw_printf() does not print non-ASCII chars correctly.

2022-08-09 Thread Takashi Yano
On Sun, 7 Aug 2022 10:39:01 +0900 Takashi Yano wrote: > Thansk for the comment. I attached v4 patch which fixed the > problems you mentioned. > v4-0001-crt-headers-Add-workaround-for-multibyte-string-o.patch > What changed are: > 1) Remove #ifdef _UCRT block in misc/mingw_msvcrt_mbfix.c. > 2) Use