package orsetto

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

r1.0.2.tar.gz
sha256=bb2af4d8b376b2d60fa996bd4d3b90d9f3559455672540f6d7c3598af81d483b
md5=f7bfa83013801b42fcdba607af2f012b

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.