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 amaury.forgeotdarc, doerwalter, jarek, loewis, terry.reedy
Date 2009-04-25.11:38:27
SpamBayes Score 1.0467229e-05
Marked as misclassified No
Message-id <1240659511.3.0.812057735727.issue5828@psf.upfronthosting.co.za>
In-reply-to
Content
I think the patch is incorrect; the bug is already in
makeunicodedata.py. For U+1d79, it should set the lowercase letter to
U+1d79.

If you look at makeunicodedata.py, you see that the entire logic is
bogus: when the column is absent, it should default it to the character
itself (except for titlecase, where it should default it to uppercase).
Then, if it finds that one of the characters can't be delta-encoded, it
should go back to changing the previous mappings as well.

I'm attaching an untested patch that should do that.

Also see issue4971, which is related.
History
Date User Action Args
2009-04-25 11:38:31loewissetrecipients: + loewis, doerwalter, terry.reedy, amaury.forgeotdarc, jarek
2009-04-25 11:38:31loewissetmessageid: <1240659511.3.0.812057735727.issue5828@psf.upfronthosting.co.za>
2009-04-25 11:38:30loewislinkissue5828 messages
2009-04-25 11:38:28loewiscreate