1BSON_UTF8_FROM_UNICHAR(3) Libbson BSON_UTF8_FROM_UNICHAR(3)
2
3
4
6 bson_utf8_from_unichar - bson_utf8_from_unichar()
7
9 void
10 bson_utf8_from_unichar (bson_unichar_t unichar, char utf8[6], uint32_t *len);
11
13 · unichar: A bson_unichar_t.
14
15 · utf8: A location for the utf8 sequence.
16
17 · len: A location for the number of bytes in the resulting utf8
18 sequence.
19
21 Converts a single unicode character to a multi-byte UTF-8 sequence. The
22 result is stored in utf8 and the number of bytes used in len.
23
25 MongoDB, Inc
26
28 2017-present, MongoDB, Inc
29
30
31
32
331.14.0 Feb 22, 2019 BSON_UTF8_FROM_UNICHAR(3)