logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Author

       MongoDB, Inc

Description

       Converts  a single unicode character to a multi-byte UTF-8 sequence. The result is stored in utf8 and the
       number of bytes used in len.

Parameters

unichar: A bson_unichar_t.

       • utf8: A location for the utf8 sequence.

       • len: A location for the number of bytes in the resulting utf8 sequence.

Synopsis

          void
          bson_utf8_from_unichar (bson_unichar_t unichar, char utf8[6], uint32_t *len);

See Also