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 serhiy.storchaka
Recipients Arfrever, LambertDW, amaury.forgeotdarc, ezio.melotti, ocean-city, petri.lehtinen, serhiy.storchaka, vstinner
Date 2012-10-09.18:40:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1349808010.36.0.971928780619.issue2382@psf.upfronthosting.co.za>
In-reply-to
Content
Here is a patch upgraded to Python 3.3. It uses a little different approach and works with invalid encoded data. unicode_utf8size.patch is not needed.

This patch fixes a half of the issue - working with non-ascii non-wide characters. It's enough for many people. Let's commit it and go further.
History
Date User Action Args
2012-10-09 18:40:10serhiy.storchakasetrecipients: + serhiy.storchaka, amaury.forgeotdarc, vstinner, ocean-city, LambertDW, ezio.melotti, Arfrever, petri.lehtinen
2012-10-09 18:40:10serhiy.storchakasetmessageid: <1349808010.36.0.971928780619.issue2382@psf.upfronthosting.co.za>
2012-10-09 18:40:10serhiy.storchakalinkissue2382 messages
2012-10-09 18:40:10serhiy.storchakacreate