This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author bapt
Recipients bapt, ezio.melotti, koobs, ned.deily, vstinner
Date 2017-06-13.15:17:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1497367049.14.0.865351925116.issue30647@psf.upfronthosting.co.za>
In-reply-to
Content
More details here:
C.UTF-8 is a glibc only thing: https://sourceware.org/glibc/wiki/Proposals/C.UTF-8 not even mainstream.

The closest thing to a C locale with unicode would be to set everything to locale C but LC_CTYPE which would be set to en_US.UTF-8.

The problem is if your data for ctype comes from CLDR they are different per locales. On FreeBSD, Dragonfly and Illumos, we have extected it so LC_CTYPE is the same on all locales.
History
Date User Action Args
2017-06-13 15:17:29baptsetrecipients: + bapt, vstinner, ned.deily, ezio.melotti, koobs
2017-06-13 15:17:29baptsetmessageid: <1497367049.14.0.865351925116.issue30647@psf.upfronthosting.co.za>
2017-06-13 15:17:29baptlinkissue30647 messages
2017-06-13 15:17:29baptcreate