1BSON_UTF8_GET_CHAR(3) libbson BSON_UTF8_GET_CHAR(3)
23
4
SYNOPSIS
6bson_unichar_t
7bson_utf8_get_char (const char *utf8);
8
PARAMETERS
10• utf8: A UTF-8 encoded string.
11
DESCRIPTION
13Converts the current character in a UTF-8 sequence to a bson_unichar_t,
14the 32-bit representation of the multi-byte character.
15
RETURNS
17A bson_unichar_t.
18
AUTHOR
20MongoDB, Inc
21
COPYRIGHT
232017-present, MongoDB, Inc
2425
26
27
28
1.25.1 Nov 08, 2023 BSON_UTF8_GET_CHAR(3)