package uunf

  1. Overview
  2. Docs
Unicode text normalization for OCaml

Install

dune-project
 Dependency

Authors

Maintainers

Sources

uunf-18.0.0.tbz
sha512=739434317d84fb2f60f195d5645093fce5cfeb8ebb7e491345c80799528768a255cc39be05d12f873f028a302bbe0716b0591b8f47c6fe04fe309c6e6c93069c

doc/README.html

Uunf — Unicode text normalization for OCaml

v18.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 tool

If 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.