module E_utf16be: Encoding_T
The UTF16 encoding (big-endian)
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.