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.

作者 Rhamphoryncus
收信人 ArcRiley, Rhamphoryncus, amaury.forgeotdarc, ezio.melotti, loewis
日期 2009-10-03.23:37:57
SpamBayes Score 8.048885e-08
Marked as misclassified
Message-id <1254613079.47.0.439480447239.issue7045@psf.upfronthosting.co.za>
In-reply-to
内容
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.
历史
日期 用户 动作 参数
2009-10-03 23:37:59Rhamphoryncus修改recipients: + Rhamphoryncus, loewis, amaury.forgeotdarc, ezio.melotti, ArcRiley
2009-10-03 23:37:59Rhamphoryncus修改messageid: <1254613079.47.0.439480447239.issue7045@psf.upfronthosting.co.za>
2009-10-03 23:37:58Rhamphoryncus链接issue7045 messages
2009-10-03 23:37:57Rhamphoryncus创建