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

NAME

6       bson_utf8_from_unichar - bson_utf8_from_unichar()
7

SYNOPSIS

9          void
10          bson_utf8_from_unichar (bson_unichar_t unichar, char utf8[6], uint32_t *len);
11

PARAMETERS

13unichar: A bson_unichar_t.
14
15utf8: A location for the utf8 sequence.
16
17len:  A  location  for  the number of bytes in the resulting utf8 se‐
18         quence.
19

DESCRIPTION

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

AUTHOR

25       MongoDB, Inc
26
28       2017-present, MongoDB, Inc
29
30
31
32
331.17.6                           Jun 03, 2021        BSON_UTF8_FROM_UNICHAR(3)
Impressum