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.20:18:16
SpamBayes Score 0.0012482213
Marked as misclassified No
Message-id <1313093897.54.0.111250936422.issue12735@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2011-08-11 20:18:17tchristsetrecipients: + tchrist
2011-08-11 20:18:17tchristsetmessageid: <1313093897.54.0.111250936422.issue12735@psf.upfronthosting.co.za>
2011-08-11 20:18:16tchristlinkissue12735 messages
2011-08-11 20:18:16tchristcreate