bson_utf8_from_unichar (3) - Linux Manuals
bson_utf8_from_unichar: Converts a single unicode character to a multi-byte UTF-8 sequence. The result is stored in utf8 and the number of bytes used in len.
NAME
bson_utf8_from_unichar() - Converts a single unicode character to a multi-byte UTF-8 sequence. The result is stored in utf8 and the number of bytes used in len.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 result is stored in utf8 and the number of bytes used in len \&.
COLOPHON
This page is part of libbson. Please report any bugs at https://jira.mongodb.org/browse/CDRIVER.