package gapi-ocaml

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

Internal access to the character conversion database * * This is an internal module.

type from_uni_list =
  1. | U_nil
  2. | U_single of int * int
  3. | U_double of int * int * int * int
  4. | U_array of int array
val get_to_unicode : string -> int array
val get_from_unicode : string -> from_uni_list array
val lock : unit -> unit
val unlock : unit -> unit
OCaml

Innovation. Community. Security.