package orsetto

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

Install

Dune Dependency

Authors

Maintainers

Sources

r1.0.tar.gz
sha256=585297372d7f6cfb830214e9ef22d6d072a39b2a1591ef90f1ee2bcfe144cad3
md5=6bb6a7ba88bf2c7595a0b332921e60b4

doc/orsetto.ucs/Ucs_property_core/index.html

Module Ucs_property_core

Unicode character set properties.

Overview

This module provides an interface to the Unicode character set database.

Open Modules
Interface
val canonical_combining_class : int Ucs_db_aux.map

The canonical combining class property.

val grapheme_base : bool Ucs_db_aux.map

The grapheme base property.

val id_continue : bool Ucs_db_aux.map

The identifier continuation property.

val id_start : bool Ucs_db_aux.map

The identifier start property.

val quick_check_nfc : Ucs_db_aux.qc Ucs_db_aux.map

The NFC quick check property.

val quick_check_nfd : Ucs_db_aux.qc Ucs_db_aux.map

The NFD quick check property.

val quick_check_nfkc : Ucs_db_aux.qc Ucs_db_aux.map

The NFKC quick check property.

val quick_check_nfkd : Ucs_db_aux.qc Ucs_db_aux.map

The NFKD quick check property.

val white_space : bool Ucs_db_aux.map

The white space property.

OCaml

Innovation. Community. Security.