package orsetto

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

Install

Dune Dependency

Authors

Maintainers

Sources

r1.1.3.tar.gz
sha512=9b654edb663ae697563f150824047052f3b1bf760398f24bce6350553f031f73c46b6337239a1acd871e61238597ea92046809e3358290ff14d6ba671b449085

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.