Skip site navigation (1)Skip section navigation (2)

  
 
  

home | help
BSON_UTF8_NEXT_CHAR(3)		     libbson		  BSON_UTF8_NEXT_CHAR(3)

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. A pointer to the next character is returned.

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

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

AUTHOR
     MongoDB, Inc

COPYRIGHT
     2009-present, MongoDB, Inc.

1.30.8				  Aug 27, 2026		  BSON_UTF8_NEXT_CHAR(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=bson_utf8_next_char&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help