On Sunday, November 26, 2017 at 1:00:19 AM UTC+1, Terry Reedy wrote:
> You must be trying to compile 2.7. There may be Linux distributions
> that compile this way.
You're right, I need 2.7. Any hint which distro has got these settings?
> If you want to seriously work with unicode, many recommend
Hi, my goal is to obtain an interpreter that internally uses UCS-2. Such a
simple code should print 65535:
import sys
print sys.maxunicode
This is enabled in Windows, but I want the same in Linux. What options have I
pass to the configure script?
w.
--
https://mail.python.org/mailman/listi
On Sunday, November 26, 2017 at 1:00:19 AM UTC+1, Terry Reedy wrote:
> You must be trying to compile 2.7. There may be Linux distributions
> that compile this way.
You're right, I need 2.7. Any hint which distro has got these settings?
> If you want to seriously work with unicode, many recommen
Hi, my goal is to obtain an interpreter that internally uses UCS-2. Such a
simple code should print 65535:
import sys
print sys.maxunicode
This is enabled in Windows, but I want the same in Linux. What options have I
pass to the configure script?
w.
--
https://mail.python.org/mailman/listi
Hi, my goal is to obtain an interpreter that internally
uses UCS-2. Such a simple code should print 65535:
import sys
print sys.maxunicode
This is enabled in Windows, but I want the same in Linux.
What options have I pass to the configure script?
w.
--
https://mail.python.org/mailman/listin