1BSON_UTF8_GET_CHAR(3)               libbson              BSON_UTF8_GET_CHAR(3)
2
3
4

SYNOPSIS

6          bson_unichar_t
7          bson_utf8_get_char (const char *utf8);
8

PARAMETERS

10utf8: A UTF-8 encoded string.
11

DESCRIPTION

13       Converts the current character in a UTF-8 sequence to a bson_unichar_t,
14       the 32-bit representation of the multi-byte character.
15

RETURNS

17       A bson_unichar_t.
18

AUTHOR

20       MongoDB, Inc
21
23       2017-present, MongoDB, Inc
24
25
26
27
281.25.1                           Nov 08, 2023            BSON_UTF8_GET_CHAR(3)
Impressum