- Notifications
You must be signed in to change notification settings - Fork7
Unicode text normalization for OCaml
License
dbuenzli/uunf
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
%%VERSION%%
Uunf is an OCaml library for normalizing Unicode text. It supports allUnicodenormalization forms. The library is independent from any IOmechanism or Unicode text data structure and it can process textwithout a complete in-memory representation.
Uunf is distributed under the ISC license. It has no dependency.
Homepage:http://erratique.ch/software/uunf
Uunf can be installed withopam
:
opam install uunfopam install uunf cmdliner uutf # For the unftrip tool
If you don't useopam
consult theopam
file for buildinstructions.
The documentation can be consultedonline or viaodig doc uunf
.
Questions are welcome but better asked on theOCaml forum than onthe issue tracker.
Theunftrip
tool normalises text provided on standard input.
See also thedoc examples.
About
Unicode text normalization for OCaml