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 serhiy.storchaka
Recipients jcea, loewis, petriborg, serhiy.storchaka, trent, vstinner
Date 2017-06-20.12:47:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1497962867.7.0.000656201286666.issue16258@psf.upfronthosting.co.za>
In-reply-to
Content
It is possible to use the special "encoding" for transformed strings on platforms with broken wcsxfrm().

All codes < 0x10000 are not changed. Codes >= 0x10000 are encoded as a pair: 0x10000 + (code >> 16), code & 0xffff.
History
Date User Action Args
2017-06-20 12:47:47serhiy.storchakasetrecipients: + serhiy.storchaka, loewis, jcea, vstinner, trent, petriborg
2017-06-20 12:47:47serhiy.storchakasetmessageid: <1497962867.7.0.000656201286666.issue16258@psf.upfronthosting.co.za>
2017-06-20 12:47:47serhiy.storchakalinkissue16258 messages
2017-06-20 12:47:47serhiy.storchakacreate