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

2023-04-18 Thread Edward Welbourne via Development
Lars Knoll (18 April 2023 09:46) replied >> I think this should be the goal, but I’d vote for a slightly faster >> schedule. >> >> (a) and (b) are things we should be able to do right now. I (18 April 2023 14:05) commented: > Sounds sensible to me. ... so have opened QTBUG-112954 and QTBUG-112955

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

2023-04-18 Thread Thiago Macieira
On Tuesday, 18 April 2023 00:46:26 PDT Lars Knoll wrote: > > But anything that goes through QIODeivce::read or write (QProcess, QFile, > > Q{Udp,Tcp,Local}Socket) will suffer if there's no agreement on what that > > encoding is. Usually for sockets, the protocol is binary and obviate the > > proble

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

2023-04-18 Thread Edward Welbourne via Development
On 17 Apr 2023, at 18:16, Thiago Macieira wrote: >> But anything that goes through QIODeivce::read or write (QProcess, >> QFile, Q{Udp,Tcp,Local}Socket) will suffer if there's no agreement on >> what that encoding is. And that's a cross-platform problem for anyone who has to consume data produced

[Development] [Announce] Qt 6.2.8 LTS Commercial released

2023-04-18 Thread List for announcements regarding Qt releases and development via Announce via Development
Hi all, we have released Qt 6.2.8 LTS Commercial today. Please see the blog post: https://www.qt.io/blog/commercial-lts-qt-6.2.8-released The list of fixes and the overview of all important changes in Qt 6.2.8 can be found in the release note. It is available via Qt Account (https://login.qt.io

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

2023-04-18 Thread Lars Knoll
> On 17 Apr 2023, at 18:16, Thiago Macieira wrote: > > On Monday, 20 March 2023 08:44:30 CDT Edward Welbourne wrote: >> Thiago Macieira (31 October 2019 22:11) wrote [0]: >>> This RFC (...) is meant to discuss how we'll deal with locales on Unix >>> systems on Qt 6. This does not apply to Windo