module type Uutflike =sig
..end
Kwcsv.Unicode
.
This signature is readily matched by Uutf
.
type
decoder
typedecoder_encoding =
[ `ISO_8859_1 | `US_ASCII | `UTF_16 | `UTF_16BE | `UTF_16LE | `UTF_8 ]
typesrc =
[ `Channel of Pervasives.in_channel | `Manual | `String of string ]
typenln =
[ `ASCII of Uchar.t | `NLF of Uchar.t | `Readline of Uchar.t ]
val decoder_encoding : decoder -> decoder_encoding
val decoder : ?nln:[< nln ] ->
?encoding:[< decoder_encoding ] ->
[< src ] -> decoder
val decode : decoder ->
[ `Await | `End | `Malformed of string | `Uchar of Uchar.t ]
module Buffer:sig
..end
val u_rep : Uchar.t