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

13       · string: A bson_string_t.
14
15       · unichar: 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.15.2                           Nov 06, 2019    BSON_STRING_APPEND_UNICHAR(3)
Impressum