package camomile-embedded

  1. Overview
  2. Docs
Camomile Unicode library with data files embedded at compile time

Install

dune-project
 Dependency

Authors

Maintainers

Sources

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

doc/camomile-embedded.charencoding/Camomile_embedded_charencoding/CharEncoding/index.html

Module Camomile_embedded_charencoding.CharEncoding

exception Malformed_code
exception Out_of_range
type t
val automatic : string -> t list -> t -> t
val new_enc : string -> t -> unit
val alias : string -> string -> unit
val of_name : string -> t
val name_of : t -> string
val ascii : t
val latin1 : t
val utf8 : t
val utf16 : t
val utf16be : t
val utf16le : t
val utf32 : t
val utf32be : t
val utf32le : t
val ucs4 : t
val recode_string : in_enc:t -> out_enc:t -> string -> string
val ustream_of : t -> char Stream.t -> CamomileLib.UChar.t Stream.t
val char_stream_of : t -> CamomileLib.UChar.t Stream.t -> char Stream.t
module type Type = sig ... end
module Make (Text : CamomileLib.UnicodeString.Type) : sig ... end