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

  
 
  

home | help
BSON_UTF8_FROM_UNICHAR(3)	     libbson	       BSON_UTF8_FROM_UNICHAR(3)

SYNOPSIS
	void
	bson_utf8_from_unichar (bson_unichar_t unichar, char utf8[6], uint32_t *len);

PARAMETERS
     * unichar: A bson_unichar_t.

     * utf8: A location for the utf8 sequence.

     * len: A location for the number of bytes in the resulting utf8 sequence.

DESCRIPTION
     Converts a single unicode character to a multi-byte UTF-8 sequence. The re-
     sult is stored in utf8 and the number of bytes used in len.

AUTHOR
     MongoDB, Inc

COPYRIGHT
     2009-present, MongoDB, Inc.

1.30.8				  Aug 27, 2026	       BSON_UTF8_FROM_UNICHAR(3)

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

home | help