package camomile

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Charmap.ConfigureSource

Parameters

Signature

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

Innovation. Community. Security.