Module Cf_unicode.E_utf8

module E_utf8: Encoding_T 

The UTF8 encoding


val to_ucs4 : (char Cf_seq.t option, int) Cf_flow.t

A flow that transcodes an encoded character stream into a stream of 31-bit UCS4 integer codes.

val of_ucs4 : (int, char) Cf_flow.t

A flow that reads a stream of 31-bit UCS4 integer codes and writes them as a stream of encoded characters.