Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
val str_encode : ?tbl:encoding_table -> string -> string
val str_decode : ?tbl:decoding_table -> string -> string
val encode : ?tbl:encoding_table -> 'a IO.output -> 'a IO.output
val decode : ?tbl:decoding_table -> IO.input -> IO.input
val make_decoding_table : encoding_table -> decoding_table