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 effbot, loewis
Date 2008-09-09.05:37:52
SpamBayes Score 2.1269614e-06
Marked as misclassified No
Message-id <1220938674.27.0.672775002692.issue3811@psf.upfronthosting.co.za>
In-reply-to
Content
This is a patch to update the Unicode database. It's mostly the imported
data, but there were two code changes:
- 5.1 changes the "mirrored" property for a character (U+0F3A), and the
delta-to-3.2 code did not support that. I added a field into
hange_record to support that kind of change.
- 5.1 also added a character (U+1d79) whose upper-case version is far
off (U+A77D), triggering a complaint that the delta can't be represented
in 16 bits. I fixed that adding a flag into the ctype record indicating
that deltas aren't used for that record.

Fredrik, can you please review these changes?
History
Date User Action Args
2008-09-09 05:37:54loewissetrecipients: + loewis, effbot
2008-09-09 05:37:54loewissetmessageid: <1220938674.27.0.672775002692.issue3811@psf.upfronthosting.co.za>
2008-09-09 05:37:53loewislinkissue3811 messages
2008-09-09 05:37:52loewiscreate