package camomile

  1. Overview
  2. Docs
A Unicode library

Install

Dune Dependency

Authors

Maintainers

Sources

v2.0.0.tar.gz
md5=41e02d124c3fa29ea511110d2c6532de
sha512=b0ae3d921f65390e8ec88a04901dd097b568db9f9ae70fb328e9d3ddb2dd8922b9a8e8da9ace91ad9cb5f6a1310ae5b6ba502e287d6c828f4d60622289316ac8

doc/camomile.lib/CamomileLib/Unimap/Make/index.html

Module Unimap.Make

Parameters

module _ : Config.Type

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.