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 ezio.melotti, gvanrossum, kennyluck, lemburg, loewis, serhiy.storchaka, tchrist, vstinner
Date 2012-04-24.09:54:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1335261248.36.0.924210945754.issue12892@psf.upfronthosting.co.za>
In-reply-to
Content
>  * fix an error in the error handler for utf-16-le. (In, Python3.2 b'\xdc\x80\x00\x41'.decode('utf-16-be', 'ignore') returns "\x00" instead of "A" for some reason)

The patch for issue14579 fixes this in Python 3.2.

The patch for issue14624 fixes this in Python 3.3.
History
Date User Action Args
2012-04-24 09:54:08serhiy.storchakasetrecipients: + serhiy.storchaka, lemburg, gvanrossum, loewis, vstinner, ezio.melotti, tchrist, kennyluck
2012-04-24 09:54:08serhiy.storchakasetmessageid: <1335261248.36.0.924210945754.issue12892@psf.upfronthosting.co.za>
2012-04-24 09:54:07serhiy.storchakalinkissue12892 messages
2012-04-24 09:54:07serhiy.storchakacreate