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 ezio.melotti
Recipients ezio.melotti, lemburg
Date 2008-07-11.23:27:59
SpamBayes Score 0.0763589
Marked as misclassified No
Message-id <1215818880.71.0.853641656669.issue3297@psf.upfronthosting.co.za>
In-reply-to
Content
On my Linux box sys.maxunicode == 1114111 and len(u'\U00010123') == 1,
so it should be a UTF-32 build.
On windows instead sys.maxunicode == 65535 and len(u'\U00010123') == 2,
so it should be a UTF-16 build.
The problem seems then related to UTF-32 builds.
History
Date User Action Args
2008-07-11 23:28:01ezio.melottisetspambayes_score: 0.0763589 -> 0.0763589
recipients: + ezio.melotti, lemburg
2008-07-11 23:28:00ezio.melottisetspambayes_score: 0.0763589 -> 0.0763589
messageid: <1215818880.71.0.853641656669.issue3297@psf.upfronthosting.co.za>
2008-07-11 23:27:59ezio.melottilinkissue3297 messages
2008-07-11 23:27:59ezio.melotticreate