[New-bugs-announce] [issue12735] request full Unicode collation support in std python library

Tom Christiansen report at bugs.python.org
Thu Aug 11 22:18:17 CEST 2011


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

Python has no standard support for the Unicode Collation Library as explained in UTS #10.  This is request that UCA library be added to the standard Python distribution.

Collation underlies virtually everything we do with text, not just sorting but any sort of comparison. Furthermore, the UCA is tailorable for locales in a portable way that does not require dodgy vendor support. It is a very important step in making Python suitable for full Unicode text processing.

----------
components: Library (Lib)
messages: 141926
nosy: tchrist
priority: normal
severity: normal
status: open
title: request full Unicode collation support in std python library
type: feature request
versions: Python 3.2

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


More information about the New-bugs-announce mailing list