package camomile

  1. Overview
  2. Docs
A Unicode library

Install

dune-project
 Dependency

Authors

Maintainers

Sources

v2.1.0.tar.gz
md5=35c450853b72e286bef9b75ae4821621
sha512=fff70942e1866c5ad180a9de392a153809db7858f6d9f1067cd88db8b23b03643d09666abf09e6fae3d4da99f44570158b83170104cee68fdd5c1fc41b7c3e7b

doc/camomile.lib/CamomileLib/Charmap/Configure/index.html

Module Charmap.Configure

Parameters

module _ : Config.Type

Signature

type enc_to_ucs
val make_enc_to_ucs : int -> (string * int) list -> enc_to_ucs
val no_char_of : enc_to_ucs -> int
type probe_state
val start_probe : enc_to_ucs -> probe_state
val look_probe : probe_state -> int -> int
val next_probe : probe_state -> int -> probe_state option
type t = {
  1. name : string;
  2. ucs_to_enc : string Tbl31.t;
  3. enc_to_ucs : enc_to_ucs;
}
type data =
  1. | Alias of string
  2. | CMap of t
val of_name : string -> t