[New-bugs-announce] [issue12730] Python's casemapping functions are untrustworthy due to narrow/wide build issues

Tom Christiansen report at bugs.python.org
Thu Aug 11 21:10:05 CEST 2011


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

You cannot use Python's casemapping functions on Unicode data because they fail on narrow builds.  This makes it impossible to write portable code in Python that can cope with full Unicode.

I've tried several times to submit this bug, but the file selection widget blows up. I believe it was an Opera bug because I had a write lock on the file.  One more time.

----------
components: Unicode
files: casemaps.python
messages: 141918
nosy: tchrist
priority: normal
severity: normal
status: open
title: Python's casemapping functions are untrustworthy due to narrow/wide build issues
type: behavior
versions: Python 2.7
Added file: http://bugs.python.org/file22880/casemaps.python

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


More information about the New-bugs-announce mailing list