Message284725
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. |
|
Date |
User |
Action |
Args |
2017-01-05 10:54:48 | ncoghlan | set | recipients:
+ ncoghlan, lemburg, barry, vstinner, ezio.melotti, r.david.murray, methane, akira, Sworddragon, yan12125, abarry, Jan Niklas Hasse |
2017-01-05 10:54:48 | ncoghlan | set | messageid: <1483613688.04.0.668880312544.issue28180@psf.upfronthosting.co.za> |
2017-01-05 10:54:48 | ncoghlan | link | issue28180 messages |
2017-01-05 10:54:47 | ncoghlan | create | |
|