module Buffer:sig
..end
Buffer.t
values.
Warning. All the functions below assumes that u
is a
unicode
scalar value. If you are handling foreign data you
can use Uutf.is_uchar
to assert that.
val add_utf_8 : Buffer.t -> Uutf.uchar -> unit
val add_utf_16be : Buffer.t -> Uutf.uchar -> unit
val add_utf_16le : Buffer.t -> Uutf.uchar -> unit