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

SYNOPSIS

6          const char *
7          bson_utf8_next_char (const char *utf8);
8

PARAMETERS

10utf8: A UTF-8 encoded string.
11

DESCRIPTION

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

RETURNS

20       A  pointer  to the beginning of the next character in the UTF-8 encoded
21       string.
22

AUTHOR

24       MongoDB, Inc
25
27       2017-present, MongoDB, Inc
28
29
30
31
321.25.1                           Nov 08, 2023           BSON_UTF8_NEXT_CHAR(3)
Impressum