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 Rhamphoryncus
Recipients ArcRiley, Rhamphoryncus, amaury.forgeotdarc, ezio.melotti, loewis
Date 2009-10-03.23:37:57
SpamBayes Score 8.048885e-08
Marked as misclassified No
Message-id <1254613079.47.0.439480447239.issue7045@psf.upfronthosting.co.za>
In-reply-to
Content
I believe this is a duplicate of issue #3297.  When given a high unicode
scalar value directly in the source (rather than in escaped form) python
will split it into surrogates, even on a UTF-32 build where those
surrogates are nonsensical and ill-formed.

Patches for Issue #3672 probably made this more visible.
History
Date User Action Args
2009-10-03 23:37:59Rhamphoryncussetrecipients: + Rhamphoryncus, loewis, amaury.forgeotdarc, ezio.melotti, ArcRiley
2009-10-03 23:37:59Rhamphoryncussetmessageid: <1254613079.47.0.439480447239.issue7045@psf.upfronthosting.co.za>
2009-10-03 23:37:58Rhamphoryncuslinkissue7045 messages
2009-10-03 23:37:57Rhamphoryncuscreate