package orsetto

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

r1.1.tar.gz
sha256=6e6f59fc6a2c590b1b377e40f2120a548e6f09e61e7eb12ffa45cf2d517316b8
md5=533153cd4a9fe8093d3b98afc1073bc8

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

Module Ucs_normal.NFC

The fully-composed canonical 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.