SkillAgentSearch skills...

Uunf

Unicode text normalization for OCaml

Install / Use

/learn @dbuenzli/Uunf
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Uunf — Unicode text normalization for OCaml

%%VERSION%%

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.

View on GitHub
GitHub Stars25
CategoryDevelopment
Updated1mo ago
Forks7

Languages

OCaml

Security Score

90/100

Audited on Feb 13, 2026

No findings