1BSON_UTF8_NEXT_CHAR(3)              libbson             BSON_UTF8_NEXT_CHAR(3)
2
3
4

NAME

6       bson_utf8_next_char - bson_utf8_next_char()
7

SYNOPSIS

9          const char *
10          bson_utf8_next_char (const char *utf8);
11

PARAMETERS

13utf8: A UTF-8 encoded string.
14

DESCRIPTION

16       Advances within utf8 to the next UTF-8 character, which may be multiple
17       bytes offset from utf8. A pointer to the next character is returned.
18
19       It is invalid to call this function on a string whose current character
20       is \0.
21

RETURNS

23       A  pointer  to the beginning of the next character in the UTF-8 encoded
24       string.
25

AUTHOR

27       MongoDB, Inc
28
30       2017-present, MongoDB, Inc
31
32
33
34
351.17.6                           Jun 03, 2021           BSON_UTF8_NEXT_CHAR(3)
Impressum