Author: kentsin Email: [EMAIL PROTECTED] Message: Is it possible to include the unicode normalization into the unicode module?
The unicode.org have a technical report about the normalization : with these forms, equivalent text will have identical binary representations. When implementations keep strings in a normalized form, they can be assured that equivalent strings have a unique binary representaton. Also, there is a project in sourceforge that implement it in ANSI C: /* * Uninorm - A free ANSI C Implementation of Unicode * Normalization Forms NFD and NFC. * * You may use this library on either the terms of the * GNU General Public Licence or the Artistic Licence. * * The project is maintained at * http://sourceforge.net/projects/uninorm * * Copyright (c) 2001 Bjoern Hoehrmann <[EMAIL PROTECTED]> * * $Id: uninorm.c,v 1.2 2001/08/29 03:58:40 hoehrmann Exp $ * */ I would like to raise the developer's attentation about this. If it is possible, please replace the tolower with normalization in unicode.c Rgs, Kent Sin Reply: <http://www.mnogosearch.org/board/message.php?id=4096> ___________________________________________ If you want to unsubscribe send "unsubscribe general" to [EMAIL PROTECTED]
