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 benjamin.peterson
Recipients Arfrever, Jean-Michel.Fauth, belopolsky, benjamin.peterson, ezio.melotti, gvanrossum, mrabarnett, pitrou, tchrist
Date 2012-01-08.03:54:22
SpamBayes Score 1.1431412e-05
Marked as misclassified No
Message-id <1325994870.55.0.413369657712.issue12736@psf.upfronthosting.co.za>
In-reply-to
Content
Here is a patch. I only dealt with case mappings and not titlecase. Doing titlecase properly requires word segmentation, which I think should be another patch/issue. This patch fixes swapcase(), capitalize(), upper(), and lower(). It does not include the changes to Objects/unicodetype_db.h because those are huge. Regenerate the database if you want to test it. Please review.
History
Date User Action Args
2012-01-08 03:54:31benjamin.petersonsetrecipients: + benjamin.peterson, gvanrossum, belopolsky, pitrou, ezio.melotti, mrabarnett, Arfrever, Jean-Michel.Fauth, tchrist
2012-01-08 03:54:30benjamin.petersonsetmessageid: <1325994870.55.0.413369657712.issue12736@psf.upfronthosting.co.za>
2012-01-08 03:54:29benjamin.petersonlinkissue12736 messages
2012-01-08 03:54:29benjamin.petersoncreate