[I18n-sig] python implementation of unicode collation algorithm

M.-A. Lemburg mal at egenix.com
Mon Jan 23 10:49:24 CET 2006


James Tauber wrote:
> I've made a start on a pure python implementation of the Unicode  
> Collation Algorithm (UTS #10) but I thought I'd best check with this  
> SIG whether such a thing already exists.

Not that I'm aware of.

Note that given the sizes of the collation tables, it's probably
better to have them defined in a C module, rather than a Python
data structure.

-- 
Marc-Andre Lemburg
eGenix.com

Professional Python Services directly from the Source  (#1, Jan 23 2006)
>>> Python/Zope Consulting and Support ...        http://www.egenix.com/
>>> mxODBC.Zope.Database.Adapter ...             http://zope.egenix.com/
>>> mxODBC, mxDateTime, mxTextTools ...        http://python.egenix.com/
________________________________________________________________________

::: Try mxODBC.Zope.DA for Windows,Linux,Solaris,FreeBSD for free ! ::::


More information about the I18n-sig mailing list