STINNER Victor <victor.stin...@haypocalc.com> added the comment:

Does the follow code work on Windows?

>>> '\uDC80'.encode("utf8", "surrogatepass")
b'\xed\xb2\x80'

----------

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

Reply via email to