package uunf

  1. Overview
  2. Docs
On This Page
  1. Normalize
Legend:
Library
Module
Module type
Parameter
Class
Class type

Unicode text normalization on UTF OCaml strings.

Uunf functions acting directly on UTF encoded OCaml strings.

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

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.