Scroll to navigation

BSON_UTF8_NEXT_CHAR(3) Library Functions Manual BSON_UTF8_NEXT_CHAR(3)

NAME

bson_utf8_next_char() - Advances within utf8 to the next UTF-8 character, which may be multiple bytes offset from utf8. A pointer to the next character is returned.

SYNOPSIS


const char * bson_utf8_next_char (const char *utf8);

PARAMETERS

utf8
A UTF‐8 encoded string.

DESCRIPTION

Advances within utf8 to the next UTF‐8 character, which may be multiple bytes offset from utf8

It is invalid to call this function on a string whose current character is

RETURNS

A pointer to the beginning of the next character in the UTF‐8 encoded string.

COLOPHON

This page is part of libbson. Please report any bugs at https://jira.mongodb.org/browse/CDRIVER.
2016‐10‐12 libbson