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 tchrist
Recipients tchrist
Date 2011-08-11.21:39:43
SpamBayes Score 0.0012086262
Marked as misclassified No
Message-id <1313098784.96.0.996919907442.issue12736@psf.upfronthosting.co.za>
In-reply-to
Content
Python's casemapping functions only use what Unicode calls simple casemaps. These are only appropriate for functions that operate on single characters alone, not for those that operate on strings. The reason for this is that you get much better results with full casemapping. Java, Ruby, and Perl all do full casemapping for their equivalent functions that do string mapping, and Python should, too.

I include a program that has a much of mappings and foldings both simple and full.  Yes, it was machine-generated.
History
Date User Action Args
2011-08-11 21:39:45tchristsetrecipients: + tchrist
2011-08-11 21:39:44tchristsetmessageid: <1313098784.96.0.996919907442.issue12736@psf.upfronthosting.co.za>
2011-08-11 21:39:44tchristlinkissue12736 messages
2011-08-11 21:39:44tchristcreate