1BSON_STRING_APPEND_UNICHAR(3) libbson BSON_STRING_APPEND_UNICHAR(3)
2
3
4
6 bson_string_append_unichar - bson_string_append_unichar()
7
9 void
10 bson_string_append_unichar (bson_string_t *string, bson_unichar_t unichar);
11
13 • string: A bson_string_t.
14
15 • unichar: A bson_unichar_t.
16
18 Appends a unicode character to string. The character will be encoded
19 into its multi-byte UTF-8 representation.
20
22 MongoDB, Inc
23
25 2017-present, MongoDB, Inc
26
27
28
29
301.24.3 Aug 17, 2023 BSON_STRING_APPEND_UNICHAR(3)