encodeUtf8

Encodes a single character into the given buffer Returns the number of bytes used to encode the given character.

ubyte
encodeUtf8
(
char* dst
,
dchar c
)

Meta