Re: [PATCH python-tests] gnu: python-2.7: Enable UCS-4 Unicode encoding.

2017-01-24 Thread Ludovic Courtès
Hi Danny, Danny Milosavljevic skribis: >> > Otherwise LGTM. I checked some other distros and they seem to have >> > this enabled. Thanks! >> That means that strings are internally UCS-4-encoded, right? >> What’s the rationale, and what happens when this flag is omitted?

Re: [PATCH python-tests] gnu: python-2.7: Enable UCS-4 Unicode encoding.

2017-01-24 Thread Hartmut Goebel
Hi Danny, thanks for the explanation. I wondered about this since I stepped over it the first time (but did not bother investigating it.) -- Regards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-compilers.com | | www.crazy-compilers.com | compilers which you thought

Re: [PATCH python-tests] gnu: python-2.7: Enable UCS-4 Unicode encoding.

2017-01-23 Thread Danny Milosavljevic
Hi Ludo, > > Otherwise LGTM. I checked some other distros and they seem to have this > > enabled. Thanks! > > That means that strings are internally UCS-4-encoded, right? What’s the > rationale, and what happens when this flag is omitted? The CPython C interface changes depending on the flag

Re: [PATCH python-tests] gnu: python-2.7: Enable UCS-4 Unicode encoding.

2017-01-23 Thread Marius Bakke
Danny Milosavljevic writes: > * gnu/packages/python.scm (python-2.7)[arguments]: Modify. > --- > gnu/packages/python.scm | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm > index fd423d311..6caaeaaf8 100644 > ---

Re: [PATCH python-tests] gnu: python-2.7: Enable UCS-4 Unicode encoding.

2017-01-22 Thread Maxim Cournoyer
Danny Milosavljevic writes: Hi Danny! > * gnu/packages/python.scm (python-2.7)[arguments]: Modify. > --- > gnu/packages/python.scm | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm > index fd423d311..6caaeaaf8

[PATCH python-tests] gnu: python-2.7: Enable UCS-4 Unicode encoding.

2017-01-22 Thread Danny Milosavljevic
* gnu/packages/python.scm (python-2.7)[arguments]: Modify. --- gnu/packages/python.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index fd423d311..6caaeaaf8 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -170,6