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 Rhamphoryncus, benjamin.peterson, ezio.melotti, jwilk, lemburg, loewis, pitrou
Date 2009-05-01.09:13:48
SpamBayes Score 3.9938092e-07
Marked as misclassified No
Message-id <1241169234.78.0.525050542105.issue3672@psf.upfronthosting.co.za>
In-reply-to
Content
Here is a patch that implements this proposed approach. It introduces a
"surrogates" error handler, useful only for the utf-8 codec.

If this is accepted, the implementation of PEP 383 can be simplified
significantly, essentially removing the need for a separate utf-8b codec
(as that could be done in the error handler, as for the other codecs).
History
Date User Action Args
2009-05-01 09:13:55loewissetrecipients: + loewis, lemburg, Rhamphoryncus, pitrou, benjamin.peterson, jwilk, ezio.melotti
2009-05-01 09:13:54loewissetmessageid: <1241169234.78.0.525050542105.issue3672@psf.upfronthosting.co.za>
2009-05-01 09:13:53loewislinkissue3672 messages
2009-05-01 09:13:53loewiscreate