1BSON_STRING_APPEND_UNICHAR(3)       libbson      BSON_STRING_APPEND_UNICHAR(3)
2
3
4

SYNOPSIS

6          void
7          bson_string_append_unichar (bson_string_t *string, bson_unichar_t unichar);
8

PARAMETERS

10string: A bson_string_t.
11
12unichar: A bson_unichar_t.
13

DESCRIPTION

15       Appends  a  unicode  character to string. The character will be encoded
16       into its multi-byte UTF-8 representation.
17

AUTHOR

19       MongoDB, Inc
20
22       2017-present, MongoDB, Inc
23
24
25
26
271.25.1                           Nov 08, 2023    BSON_STRING_APPEND_UNICHAR(3)
Impressum