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 mjpieters
Recipients ezio.melotti, gvanrossum, kennyluck, lemburg, loewis, mjpieters, pitrou, python-dev, serhiy.storchaka, tchrist, vstinner
Date 2015-08-10.18:00:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1439229656.41.0.593574766598.issue12892@psf.upfronthosting.co.za>
In-reply-to
Content
I don't understand why encoding with `surrogateescape` isn't supported still; is it the fact that a surrogate would have to produce *single bytes* rather than double? E.g. b'\x80' -> '\udc80' -> b'\x80' doesn't work because that would mean the UTF-16 and UTF-32 codec could then end up producing an odd number of bytes?
History
Date User Action Args
2015-08-10 18:00:56mjpieterssetrecipients: + mjpieters, lemburg, gvanrossum, loewis, pitrou, vstinner, ezio.melotti, python-dev, tchrist, kennyluck, serhiy.storchaka
2015-08-10 18:00:56mjpieterssetmessageid: <1439229656.41.0.593574766598.issue12892@psf.upfronthosting.co.za>
2015-08-10 18:00:56mjpieterslinkissue12892 messages
2015-08-10 18:00:55mjpieterscreate