Compile Python 3 interpreter to force 2-byte unicode

Serhiy Storchaka storchaka at gmail.com
Wed Nov 29 09:57:11 EST 2017


26.11.17 21:46, wojtek.mula at gmail.com пише:
> 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?

UCS-2 is used by default. Most Linux distributions build Python with 
UCS-4, but you don't need to change the defaults for building a narrow 
Unicode build.




More information about the Python-list mailing list