1BSON_UTF8_FROM_UNICHAR(3)           libbson          BSON_UTF8_FROM_UNICHAR(3)
2
3
4

SYNOPSIS

6          void
7          bson_utf8_from_unichar (bson_unichar_t unichar, char utf8[6], uint32_t *len);
8

PARAMETERS

10unichar: A bson_unichar_t.
11
12utf8: A location for the utf8 sequence.
13
14len:  A  location  for  the number of bytes in the resulting utf8 se‐
15         quence.
16

DESCRIPTION

18       Converts a single unicode character to a multi-byte UTF-8 sequence. The
19       result is stored in utf8 and the number of bytes used in len.
20

AUTHOR

22       MongoDB, Inc
23
25       2017-present, MongoDB, Inc
26
27
28
29
301.25.1                           Nov 08, 2023        BSON_UTF8_FROM_UNICHAR(3)
Impressum