Neil Hodgson added the comment:

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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue17615>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to