package uunf

  1. Overview
  2. Docs
Unicode text normalization for OCaml

Install

dune-project
 Dependency

Authors

Maintainers

Sources

uunf-14.0.0.tbz
sha512=9aac01483abb8a8a5d68832d7f7692909d61559f2c9b0284c1da293f8115d1100df26e9e4cf7280bda6499ba866f5da2c72c4c21ca99a1d594b29d000e9bb051

doc/uunf.string/Uunf_string/index.html

Module Uunf_string

Unicode text normalization on UTF-X OCaml strings.

Uunf functions acting directly on UTF-X encoded OCaml strings.

Warning. All these function silently replace malformed encoded Unicode data by a Stdlib.Uchar.rep character.

Unicode version 14.0.0

Normalize

val normalize_utf_8 : Uunf.form -> string -> string

normalize_utf_8 nf s is the UTF-8 encoded string s in normal form nf.

val normalize_utf_16be : Uunf.form -> string -> string

normalize_utf_16be nf s is the UTF-16BE encoded string s in normal form nf.

val normalize_utf_16le : Uunf.form -> string -> string

normalize_utf_16le nf s is the UTF-16LE encoded string s in normal form nf.

OCaml

Innovation. Community. Security.

On This Page
  1. Normalize