1BSON_UTF8_GET_CHAR(3) Libbson BSON_UTF8_GET_CHAR(3)
23
4
NAME
6bson_utf8_get_char - bson_utf8_get_char()
7
SYNOPSIS
9bson_unichar_t
10bson_utf8_get_char (const char *utf8);
11
PARAMETERS
13ยท utf8: A UTF-8 encoded string.
14
DESCRIPTION
16Converts the current character in a UTF-8 sequence to a bson_unichar_t,
17the 32-bit representation of the multi-byte character.
18
RETURNS
20A bson_unichar_t.
21
AUTHOR
23MongoDB, Inc
24
COPYRIGHT
262017-present, MongoDB, Inc
2728
29
30
31
1.14.0 Feb 22, 2019 BSON_UTF8_GET_CHAR(3)