module type Type =sig..end
type text 
val decode : CamomileLibrary.CharEncoding.Interface.t ->
       string -> textdecode enc s converts the string s encoded 
      by the encoding enc to the Unicode text.val encode : CamomileLibrary.CharEncoding.Interface.t ->
       text -> stringencode enc t converts the Unicode text t to the string
      by the encoding enc.