Signature
#define UTF8C_SEPARATOR_SPACE 0x00400000 // Space separator category, Zs in the Unicode database.#define UTF8C_SEPARATOR_LINE 0x00800000 // Line separator category, Zl in the Unicode database.#define UTF8C_SEPARATOR_PARAGRAPH 0x01000000 // Paragraph separator category, Zp in the Unicode database.