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 Uutf.u_rep character.
v11.0.0 — Unicode version 11.0.0 — homepage
Normalize
val normalize_utf_8 : Uunf.form -> string -> stringnormalize_utf_8 nf sis the UTF-8 encoded stringsin normal formnf.
val normalize_utf_16be : Uunf.form -> string -> stringnormalize_utf_16be nf sis the UTF-16BE encoded stringsin normal formnf.
val normalize_utf_16le : Uunf.form -> string -> stringnormalize_utf_16le nf sis the UTF-16LE encoded stringsin normal formnf.