![]() |
![]()
| ![]() |
![]()
Unicode Character Abstraction SYNOPSIStypedef uint32_t bson_unichar_t; DESCRIPTIONbson_unichar_t provides an abstraction on a single unicode character. It is the 32-bit representation of a character. As UTF-8 can contain multi-byte characters, this should be used when iterating through UTF-8 text. EXAMPLEstatic void print_each_char (const char *str) { AUTHORMongoDB, Inc COPYRIGHT2009-present, MongoDB, Inc.
|