Module Configure.MakeSource

Parameters

Signature

Sourcetype text = Text.t
Sourceval decode : t -> string -> text

decode enc s converts the string s encoded by the encoding enc to the Unicode text.

Sourceval encode : t -> text -> string

encode enc t converts the Unicode text t to the string by the encoding enc.