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 loewis
Recipients doerwalter, eric.araujo, lemburg, loewis, serhiy.storchaka
Date 2012-06-10.07:59:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1339315165.22.0.207163493682.issue14850@psf.upfronthosting.co.za>
In-reply-to
Content
U+FFFE is documented as representing an undefined mapping, see

http://docs.python.org/dev/c-api/unicode.html?highlight=charmap#PyUnicode_DecodeCharmap

So the base string case is correct; the derived string implementation also needs to invoke the error handler.
History
Date User Action Args
2012-06-10 07:59:25loewissetrecipients: + loewis, lemburg, doerwalter, eric.araujo, serhiy.storchaka
2012-06-10 07:59:25loewissetmessageid: <1339315165.22.0.207163493682.issue14850@psf.upfronthosting.co.za>
2012-06-10 07:59:24loewislinkissue14850 messages
2012-06-10 07:59:24loewiscreate