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

NAME

6       bson_utf8_get_char - bson_utf8_get_char()
7

SYNOPSIS

9          bson_unichar_t
10          bson_utf8_get_char (const char *utf8);
11

PARAMETERS

13       ยท utf8: A UTF-8 encoded string.
14

DESCRIPTION

16       Converts the current character in a UTF-8 sequence to a bson_unichar_t,
17       the 32-bit representation of the multi-byte character.
18

RETURNS

20       A bson_unichar_t.
21

AUTHOR

23       MongoDB, Inc
24
26       2017-present, MongoDB, Inc
27
28
29
30
311.16.2                           Feb 25, 2020            BSON_UTF8_GET_CHAR(3)
Impressum