[issue1433] marshal roundtripping for unicode

Marc-Andre Lemburg report at bugs.python.org
Thu Nov 15 23:59:20 CET 2007


Marc-Andre Lemburg added the comment:

I think you have a wrong understanding of round-tripping. 

In Unicode it is really irrelevant if you're using a UCS2 surrogate pair
or a UCS4 representation to describe a code point. The length of the
Unicode representation may change, but the meaning won't, so you don't
lose any information.

----------
nosy: +lemburg

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1433>
__________________________________


More information about the Python-bugs-list mailing list