1BSON_STRING_APPEND_UNICHAR(3) libbson BSON_STRING_APPEND_UNICHAR(3)
23
4
SYNOPSIS
6void
7bson_string_append_unichar (bson_string_t *string, bson_unichar_t unichar);
8
PARAMETERS
10• string: A bson_string_t.
1112
• unichar: A bson_unichar_t.
13
DESCRIPTION
15Appends a unicode character to string. The character will be encoded
16into its multi-byte UTF-8 representation.
17
AUTHOR
19MongoDB, Inc
20
COPYRIGHT
222017-present, MongoDB, Inc
2324
25
26
27
1.25.1 Nov 08, 2023 BSON_STRING_APPEND_UNICHAR(3)