package orsetto

  1. Overview
  2. Docs
A library of assorted structured data interchange languages

Install

Dune Dependency

Authors

Maintainers

Sources

r1.0.3.tar.gz
sha256=151ca6df499bd3de7aa89a4e1627411fbee24c4dea6e0e71ce21f06f181ee654
md5=00393728b481c2bf15919a8202732335

doc/orsetto.ucs/Ucs_normal/NFKD/index.html

Module Ucs_normal.NFKD

The fully-decomposed compatibility normal form.

val quick_check : Ucs_db_aux.qc Ucs_db_aux.map

The quick-check property corresponding to the form.

val boundary_check : Uchar.t Seq.t -> Ucs_db_aux.qc

Use boundary_check s to consume s, and if possible, quickly find whether the sequence conforms to the normalization form.

Returns QC_yes if s is normalized, or QC_no if s is not normalized, and QC_maybe if the predicate can only be determined by the more costly function of comparing the sequence with the output of the transform function (see below).

val transform : Uchar.t Seq.t -> Uchar.t Seq.t

Use transform s to normalize s according to the form.

OCaml

Innovation. Community. Security.