Re: [Development] RFC: Defaulting to or enforcing UTF-8 locales on Unix systems

2023-03-22 Thread Alvin Wong via Development
ingw Cheers, Alvin On 22/3/2023 17:58, Lars Knoll wrote: Hi, On 21 Mar 2023, at 17:46, Alvin Wong via Development wrote: Hi, Yes, embedding the manifest with activeCodePage set to UTF-8 is the only thing need to enable UTF-8 as the ANSI code page (ACP) for the process. Qt itself sho

Re: [Development] RFC: Defaulting to or enforcing UTF-8 locales on Unix systems

2023-03-21 Thread Alvin Wong via Development
Hi, Yes, embedding the manifest with activeCodePage set to UTF-8 is the only thing need to enable UTF-8 as the ANSI code page (ACP) for the process. Qt itself should work fine after the bug in QStringConverter had been fixed [1] a while back. (You can also refer to the linked mail thread. [2

Re: [Development] first (was: Re: C++20 @ Qt)

2023-01-25 Thread Alvin Wong via Development
On 25/1/2023 0:03, Thiago Macieira wrote: On Tuesday, 24 January 2023 00:44:37 PST Marc Mutz via Development wrote: On 23.01.23 23:57, Thiago Macieira wrote: static_assert(sizeof(std::chrono::milliseconds::rep) == 8); Why == and not >=? I think we'd want to know if that happened, because a l