[I18n-sig] Unicode normalization and collation implementation?

M.-A. Lemburg mal@lemburg.com
Thu, 31 May 2001 09:16:41 +0200


Tom Emerson wrote:
> 
> I need to use the Unicode collation algorithm from Python --- has
> anyone implemented this yet? I'd rather not do it, so if someone else
> has code, share the wealth.

No. It's been on the plate for some time now, though.

Note that if your are going to start working in this direction,
you should focus on normalization form C since this is probably
the most often used (and practical) one:

	http://www.unicode.org/unicode/reports/tr15/

-- 
Marc-Andre Lemburg
CEO eGenix.com Software GmbH
______________________________________________________________________
Company & Consulting:                           http://www.egenix.com/
Python Software:                        http://www.lemburg.com/python/