Re: unicode normalization
- From: Michael Schlenker <schlenk@xxxxxxxxxxxxxxxx>
- Date: Sun, 31 Dec 2006 12:38:04 +0100
billposer@xxxxxxxxxxxx schrieb:
One thing that tcl does not have as far as I can tell is unicodeYour probably right that it is important.
normalization functions. Am I correct in thinking that there are no
builtin functions, extensions, or library functions for this? If so, I
am thinking that this is something that ought to be added. It is fairly
important for serious Unicode use. Python has it in a base library
(unicodedata) and there is a Perl module for it (Unicode::Normalize).
After a short look at the unicode tr for normalization, this looks
mostly like rather boring stuff, which needs tables of decompositions
and things like that...
http://www.unicode.org/unicode/reports/tr15/
One easy way to get this functionality would be to wrap the relevant
parts of the ICU
http://icu.sourceforge.net/userguide/normalization.html
Michael
.
- References:
- unicode normalization
- From: billposer
- unicode normalization
- Prev by Date: Re: Need example of ::cmdline::getfiles usage for newby
- Next by Date: Re: Tcl faster than Perl/Python...but only with tricks...
- Previous by thread: unicode normalization
- Next by thread: Re: unicode normalization
- Index(es):
Relevant Pages
|