[
Lists Home |
Date Index |
Thread Index
]
* Simon St.Laurent wrote:
>I'm looking around for Unicode character normalization tools, preferably
>with a command-line interface.
http://sourceforge.net/projects/uninorm/ It's about two years old and
the design sucks but it's a conforming implementation of NFC/NFD of
Unicode 3.1.1 in ANSI C. There are no release files, but the code is
available http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/uninorm/ The
repository also contains a conformance test program and a stdio filter
(for UTF-8 encoded documents).
|