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 Neil.Hodgson
Recipients Neil.Hodgson, ethan.furman, ezio.melotti, georg.brandl, pitrou, serhiy.storchaka, vstinner
Date 2013-04-03.21:45:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1365025556.9.0.984566980085.issue17615@psf.upfronthosting.co.za>
In-reply-to
Content
For 32-bits whether wchar_t is signed shouldn't matter as Unicode is only 21-bits so no character will be seen as negative. On Windows, wchar_t is unsigned.

C11 has char16_t and char32_t which are both unsigned but it doesn't include comparison functions.
History
Date User Action Args
2013-04-03 21:45:56Neil.Hodgsonsetrecipients: + Neil.Hodgson, georg.brandl, pitrou, vstinner, ezio.melotti, ethan.furman, serhiy.storchaka
2013-04-03 21:45:56Neil.Hodgsonsetmessageid: <1365025556.9.0.984566980085.issue17615@psf.upfronthosting.co.za>
2013-04-03 21:45:56Neil.Hodgsonlinkissue17615 messages
2013-04-03 21:45:56Neil.Hodgsoncreate