Metadata.CharEncodingFunctions 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 ->
stringType of functions for converting charset.
module type T = sig ... endType of modules for specifying charset conversion.