1BSON_UTF8_NEXT_CHAR(3) libbson BSON_UTF8_NEXT_CHAR(3)
2
3
4
6 bson_utf8_next_char - bson_utf8_next_char()
7
9 const char *
10 bson_utf8_next_char (const char *utf8);
11
13 • utf8: A UTF-8 encoded string.
14
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
23 A pointer to the beginning of the next character in the UTF-8 encoded
24 string.
25
27 MongoDB, Inc
28
30 2017-present, MongoDB, Inc
31
32
33
34
351.20.0 Nov 18, 2021 BSON_UTF8_NEXT_CHAR(3)