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 lemburg
Recipients Carl.Friedrich.Bolz, gvanrossum, lemburg, loewis
Date 2007-11-15.22:59:20
SpamBayes Score 0.14632694
Marked as misclassified No
Message-id <1195167560.63.0.404541216043.issue1433@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2007-11-15 22:59:20lemburgsetspambayes_score: 0.146327 -> 0.14632694
recipients: + lemburg, gvanrossum, loewis, Carl.Friedrich.Bolz
2007-11-15 22:59:20lemburgsetspambayes_score: 0.146327 -> 0.146327
messageid: <1195167560.63.0.404541216043.issue1433@psf.upfronthosting.co.za>
2007-11-15 22:59:20lemburglinkissue1433 messages
2007-11-15 22:59:20lemburgcreate