package uunf
Install
dune-project
Dependency
Authors
Maintainers
Sources
sha512=1ec4d7229bb473ab2dd146ec732c8c70f357f73211e71d32625cd2410a35766e684bbeb1bd4e186b7403d4af8d597d46b7ccf58b23ae95aac32a96c0b4321691
Description
Uunf is an OCaml library for normalizing Unicode text. It supports all Unicode normalization forms. The library is independent from any IO mechanism or Unicode text data structure and it can process text without a complete in-memory representation.
Uunf is distributed under the ISC license. It has no dependency.
Homepage: http://erratique.ch/software/uunf
README
Uunf — Unicode text normalization for OCaml
v17.0.0
Uunf is an OCaml library for normalizing Unicode text. It supports all Unicode normalization forms. The library is independent from any IO mechanism or Unicode text data structure and it can process text without a complete in-memory representation.
Uunf is distributed under the ISC license. It has no dependency.
Homepage: http://erratique.ch/software/uunf
Installation
Uunf can be installed with opam:
opam install uunf
opam install uunf cmdliner uutf # For the unftrip toolIf you don't use opam consult the opam file for build instructions.
Documentation
The documentation can be consulted online or via odig doc uunf.
Questions are welcome but better asked on the OCaml forum than on the issue tracker.
Sample programs
The unftrip tool normalises text provided on standard input.
See also the doc examples.
Dependencies (4)
-
topkg
build & >= "1.1.0" -
ocamlbuild
build -
ocamlfind
build -
ocaml
>= "4.14.0"
Dev Dependencies (1)
-
uucd
dev & >= "17.0.0" & < "18.0.0"