package camomile

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
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 CamomileLibrary__.Tbl31.tbl;
  3. enc_to_ucs : enc_to_ucs;
}
type data =
  1. | Alias of string
  2. | CMap of t
val of_name : string -> t