package uucp

  1. Overview
  2. Docs
On This Page
  1. Case mappings
Unicode character properties for OCaml

Install

dune-project
 Dependency

Authors

Maintainers

Sources

uucp-17.0.0.tbz
sha512=c2b5c883c2ed1ee8e7bc9102339dfbca5940e68cd2af59a10abc827fb64c91ad03f85cfc12d4c79605c10e9b3a90743267af8b069143fefeeff6658ec8ed843f

doc/uucp/Uucp/Case/Map/index.html

Module Case.MapSource

Case mappings.

Case mappings

Sourceval to_lower : Uchar.t -> [ `Self | `Uchars of Uchar.t list ]

to_lower u is u's Lowercase_Mapping property.

Sourceval to_upper : Uchar.t -> [ `Self | `Uchars of Uchar.t list ]

to_upper u is u's Uppercase_Mapping property.

Sourceval to_title : Uchar.t -> [ `Self | `Uchars of Uchar.t list ]

to_title u is u's Titlecase_Mapping property.