[New-bugs-announce] [issue12736] Request for python casemapping functions to use full not simple casemaps per Unicode's recommendation

Tom Christiansen report at bugs.python.org
Thu Aug 11 23:39:44 CEST 2011


New submission from Tom Christiansen <tchrist at perl.com>:

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.

----------
components: Library (Lib)
files: mux.python
messages: 141928
nosy: tchrist
priority: normal
severity: normal
status: open
title: Request for python casemapping functions to use full not simple casemaps per Unicode's recommendation
type: feature request
versions: Python 3.2
Added file: http://bugs.python.org/file22883/mux.python

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue12736>
_______________________________________


More information about the New-bugs-announce mailing list