package uunf
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
Unicode text normalization for OCaml
Install
dune-project
Dependency
Authors
Maintainers
Sources
uunf-16.0.0.tbz
sha512=55e6aa2c0190667467744991839ae1024aa539fc94d9b8dcbaf8fdefed4f77a274acd22f79354b48b4a7582f308dbaadf14991ffee0c2aaf6e16f8efd538b756
doc/README.html
Uunf — Unicode text normalization for OCaml
v16.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.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page