Martin v. Löwis added the comment:

Jonas: Python's string type is a Unicode character type, unlike C's (which is 
wishy-washy when it comes to characters outside of the "basic execution 
character set"). So just declaring that all APIs take UTF-8 will *not* allow 
for easy integration with other C code; instead, it will be the source of 
moji-bake.

In any case, this issue appears to be resolved now; thanks for the patch.

----------
resolution:  -> fixed
status: open -> closed

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

Reply via email to