camomile
A Unicode library
1024" x-on:close-sidebar="sidebar=window.innerWidth > 1024 && true">
package camomile
-
camomileDefaultConfig
-
camomileLibrary
-
-
camomileLibraryDefault
-
-
camomileLibraryDyn
-
camomile_yuge
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Library camomileLibrary
val new_enc : string -> t -> 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
class uchar_input_channel_of : t -> OOChannel.char_input_channel -> CamomileLibrary__OOChannel.obj_input_channel
class uchar_output_channel_of : t -> OOChannel.char_output_channel -> CamomileLibrary__OOChannel.obj_output_channel
class convert_uchar_input : t -> UChar.t OOChannel.obj_input_channel -> CamomileLibrary__OOChannel.char_input_channel
class convert_uchar_output : t -> UChar.t OOChannel.obj_output_channel -> CamomileLibrary__OOChannel.char_output_channel
class convert_input : in_enc:t -> out_enc:t -> OOChannel.char_input_channel -> CamomileLibrary__OOChannel.char_input_channel
class convert_output : in_enc:t -> out_enc:t -> OOChannel.char_output_channel -> CamomileLibrary__OOChannel.char_output_channel
class out_channel : t -> Pervasives.out_channel -> CamomileLibrary__OOChannel.obj_output_channel
class in_channel : t -> Pervasives.in_channel -> CamomileLibrary__OOChannel.obj_input_channel
module type Type = sig ... end
module Make (Text : UnicodeString.Type) : sig ... end
ON THIS PAGE
No table of contents