unicode normalization



One thing that tcl does not have as far as I can tell is unicode
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).

.



Relevant Pages

  • Re: unicode normalization
    ... normalization functions. ... builtin functions, extensions, or library functions for this? ... After a short look at the unicode tr for normalization, ...
    (comp.lang.tcl)
  • Re: unicode normalization
    ... builtin functions, extensions, or library functions for this? ... important for serious Unicode use. ...
    (comp.lang.tcl)