Module type Kwcsv.Uutflike

module type Uutflike = sig .. end
The signature of the input structure to Kwcsv.Unicode.

This signature is readily matched by Uutf.


type decoder 
type decoder_encoding = [ `ISO_8859_1 | `US_ASCII | `UTF_16 | `UTF_16BE | `UTF_16LE | `UTF_8 ] 
type src = [ `Channel of Pervasives.in_channel | `Manual | `String of string ] 
type nln = [ `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