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 ezio.melotti
Recipients Mike.Lewis, ezio.melotti, lemburg, vstinner
Date 2010-06-30.20:11:50
SpamBayes Score 0.079144485
Marked as misclassified No
Message-id <1277928712.22.0.282819613157.issue9133@psf.upfronthosting.co.za>
In-reply-to
Content
This is already fixed in Python 3.
However I think that for backward compatibility reasons it can't be fixed in Python 2, where it is possible to encode and decode every codepoint to/from UTF-8.

See also http://bugs.python.org/issue8271#msg102209

I think this can be closed as wontfix.
History
Date User Action Args
2010-06-30 20:11:52ezio.melottisetrecipients: + ezio.melotti, lemburg, vstinner, Mike.Lewis
2010-06-30 20:11:52ezio.melottisetmessageid: <1277928712.22.0.282819613157.issue9133@psf.upfronthosting.co.za>
2010-06-30 20:11:50ezio.melottilinkissue9133 messages
2010-06-30 20:11:50ezio.melotticreate