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

2019-11-01 Thread Thiago Macieira
On Friday, 1 November 2019 12:29:19 PDT André Pönitz wrote: > > > My personal preference is: > > > a) C.UTF-8 > > > b) override it to force UTF-8 on the same locale > > > c) yes > > > > I agree with all three choices. > > a) and b) are fine with me, "c) yes" sounds like a potential problem. > >

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

2019-11-01 Thread André Pönitz
On Fri, Nov 01, 2019 at 09:21:48AM +, Lars Knoll wrote: > > There are three questions to be decided: > > a) What should Qt 6 assume the locale to be, if no locale is set? > > b) In case a non-UTF-8 locale is set, what should we do? > > c) Should we propagate our decision to child processes? > >

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

2019-11-01 Thread Edward Welbourne
Lars Knoll (1 November 2019 10:21) > Thanks for the comprehensive mail. Seconded :-) By effectively joining forces with Python to deprecate ASCII in favour of UTF-8, perhaps we can even put some pressure on POSIX to board the Unicode train. > For your bonus (d) below, I’d say we should print a w

Re: [Development] When next Coin update can be expected?

2019-11-01 Thread Konstantin Tokarev
01.11.2019, 16:38, "Heikki Halmet" : > Hi, > > We don't know the exact date yet. It depends when we get fixes for > https://bugreports.qt.io/browse/QTBUG-79623 or we need to make some kind of > workaround for the patches we have in master branch. > > If those patches are urgent then I think we

Re: [Development] When next Coin update can be expected?

2019-11-01 Thread Heikki Halmet
Hi, We don't know the exact date yet. It depends when we get fixes for https://bugreports.qt.io/browse/QTBUG-79623 or we need to make some kind of workaround for the patches we have in master branch. If those patches are urgent then I think we can take those in as hotfixes if production updat

Re: [Development] When next Coin update can be expected?

2019-11-01 Thread Konstantin Tokarev
29.10.2019, 13:29, "Konstantin Tokarev" : > In particular, I'm interested in fixes for COIN-412 and COIN-421 Ping -- Regards, Konstantin ___ Development mailing list Development@qt-project.org https://lists.qt-project.org/listinfo/development

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

2019-11-01 Thread Lars Knoll
Hi Thiago, Thanks for the comprehensive mail. > On 31 Oct 2019, at 22:11, Thiago Macieira wrote: > > Re: https://codereview.qt-project.org/c/qt/qtbase/+/275152 (WIP: Move > QTextCodec support out of QtCore) > See also: https://www.python.org/dev/peps/pep-0538/ > https://www.python.org/de