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

NAME

6       bson_string_append_unichar - bson_string_append_unichar()
7

SYNOPSIS

9          void
10          bson_string_append_unichar (bson_string_t *string, bson_unichar_t unichar);
11

PARAMETERS

13string: A bson_string_t.
14
15unichar: A bson_unichar_t.
16

DESCRIPTION

18       Appends  a  unicode  character to string. The character will be encoded
19       into its multi-byte UTF-8 representation.
20

AUTHOR

22       MongoDB, Inc
23
25       2017-present, MongoDB, Inc
26
27
28
29
301.21.1                           Mar 02, 2022    BSON_STRING_APPEND_UNICHAR(3)
Impressum