Metadata.CharEncoding
Functions for handling charset conversion.
Charset conversion.
type recode =
?source:[ `ISO_8859_1 | `UTF_8 | `UTF_16 | `UTF_16LE | `UTF_16BE ] ->
?target:[ `UTF_8 | `UTF_16 | `UTF_16LE | `UTF_16BE ] ->
string ->
string
Type of functions for converting charset.
module type T = sig ... end
Type of modules for specifying charset conversion.