On Tue, 12 Nov 2024, Martin Storsjö wrote:

> Regarding the above, I wouldn't exactly think that those apps ignore
> argv[] and get the command line some other way - but I'm not entirely
> sure; ideally we'd take it up with them to understand exactly what their
> setup is and how it works, and how our change broke that.
>
> But it'd be interesting to know how their test cases worked exactly
> anyway.
One comment referenced glib g_win32_get_command_line returning utf-8, so I
assume it calls GetCommandLineW and converts to UTF-8 itself?

I know I frequently write code of the form `int main (void)` because I
don't care about the command line, but then I wouldn't be passing it any
arguments, unicode or not.
_______________________________________________
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to