package uunf

  1. Overview
  2. Docs
Unicode text normalization for OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

uunf-15.1.0.tbz
sha512=1df1edbcb37da80e6d96eedd5e01c43c81275eca727a53d91a777d01f30cf0b964968c7be1d943e574e40ad4acb75c86e42976b3048dacb2c798b38475d0a6d0

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

v15.1.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.

Dependencies (4)

  1. topkg build & >= "1.0.3"
  2. ocamlbuild build
  3. ocamlfind build
  4. ocaml >= "4.14.0"

Dev Dependencies (1)

  1. uucd dev & >= "15.1.0" & < "16.0.0"

Used by (10)

  1. confero
  2. crowbar
  3. fuzzy_compare
  4. inquire = "0.2.1"
  5. iri
  6. oidc < "0.1.1"
  7. omd >= "2.0.0~alpha3"
  8. slug
  9. stk
  10. uucp >= "2.0.0"

Conflicts (2)

  1. cmdliner < "1.1.0"
  2. uutf < "1.0.0"