package uucp

  1. Overview
  2. Docs

Module UucpSource

Unicode character properties.

Uucp provides efficient access to a selection of character properties of the Unicode character database.

Consult this page for a minimal Unicode introduction and OCaml Unicode tips. Individual modules have sample code related to the properties.

References.

Properties

Consult information about the property distribution in modules and omissions.

Sourceval unicode_version : string

unicode_version is the Unicode version supported by the library.

Sourcemodule Age : sig ... end

Age property.

Sourcemodule Alpha : sig ... end

Alphabetic property.

Sourcemodule Block : sig ... end

Block property and block ranges.

Sourcemodule Break : sig ... end

Break properties.

Sourcemodule Case : sig ... end

Case properties, mappings and foldings.

Sourcemodule Cjk : sig ... end

CJK properties.

Sourcemodule Emoji : sig ... end

Emoji properties.

Sourcemodule Func : sig ... end

Function and graphics properties.

Sourcemodule Gc : sig ... end

General category property.

Sourcemodule Gen : sig ... end

General properties.

Sourcemodule Hangul : sig ... end

Hangul properties.

Sourcemodule Id : sig ... end

Identifier properties.

Sourcemodule Name : sig ... end

Name and name alias properties.

Sourcemodule Num : sig ... end

Numeric properties.

Sourcemodule Script : sig ... end

Script and script extensions properties.

Sourcemodule White : sig ... end

White space property.

Property module distribution and omissions

Properties are approximatively distributed in modules by scope of use like in this property index table. However some subset of properties live in their own modules.

Obsolete and deprecated properties are omitted. So are those related to normalization, shaping and bidirectionality. Here is the full list of omitted properties, if you think one of these property should be added get in touch with a rationale.