➜

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.

作者 ncoghlan
收信人 Jan Niklas Hasse, abarry, akira, barry, deleted250130, ezio.melotti, lemburg, methane, ncoghlan, r.david.murray, vstinner, yan12125
日期 2017-01-05.10:54:47
SpamBayes Score -1.0
Marked as misclassified 是
Message-id <1483613688.04.0.668880312544.issue28180@psf.upfronthosting.co.za>
In-reply-to
内容
The PEP already explains how other runtimes achieve UTF-8 and UTF-18-LE everywhere: by ignoring the C/C++ locale entirely. While this breaks integration with other C/C++ components, the developers of those languages and runtimes simply don't care, as they never supported integrating with those components in the first place.

CPython doesn't have that luxury, since it is used extensively in locale aware desktop applications.
历史
日期 用户 动作 参数
2017-01-05 10:54:48ncoghlan修改recipients: + ncoghlan, lemburg, barry, vstinner, ezio.melotti, r.david.murray, methane, akira, deleted250130, yan12125, abarry, Jan Niklas Hasse
2017-01-05 10:54:48ncoghlan修改messageid: <1483613688.04.0.668880312544.issue28180@psf.upfronthosting.co.za>
2017-01-05 10:54:48ncoghlan链接issue28180 messages
2017-01-05 10:54:47ncoghlan创建