package camomile

  1. Overview
  2. Docs
A Unicode library

Install

Dune Dependency

Authors

Maintainers

Sources

camomile-rel-1.0.0.tbz
sha256=718f8d0222d49cf2633462231f10e08c2f09aa824f1d11ac707cdc689a378ef0
md5=ade54c020169c5c7c5563751cd79f510

doc/camomile.library/CamomileLibrary/Private/Unimap/Make/index.html

Module Unimap.Make

Parameters

Signature

type mapping
val read_map : mapping -> int -> int
type mapping_rw
val create_mapping_rw : int -> mapping_rw
val mapping_rw_to_ro : mapping_rw -> mapping
val add_mapping : mapping_rw -> int -> int -> unit
type t = {
  1. enc_to_ucs : mapping;
  2. ucs_to_enc : mapping;
}
type rw = {
  1. rw_enc_to_ucs : mapping_rw;
  2. rw_ucs_to_enc : mapping_rw;
}
val create_rw : int -> int -> rw
val add : rw -> int -> int -> unit
val rw_to_ro : rw -> t
val no_char_ucs : t -> int
val no_char_enc : t -> int
val enc_to_ucs : t -> int -> int
val ucs_to_enc : t -> int -> int
val of_name : string -> t
OCaml

Innovation. Community. Security.