SYNOPSIS

#include <bson.h>

const char *
bson_utf8_next_char (const char *utf8);

DESCRIPTION

The bson_utf8_next_char() function shall return the next character in a UTF-8 string. It does so by skipping the current UTF-8 character after determining the number of bytes in the sequence.

RETURN VALUE

A pointer to the beginning of the next character in the string.

ERRORS

No errors are defined.

AUTHORS

This page was written by MongoDB, Inc.