![]() |
YAP 7.1.0
|
uTF-8 codepoint translation and processing More...
#include "utf8proc.h"Go to the source code of this file.
Macros | |
| #define | CHARCODE_MAX 0x10ffff |
| #define | INLINE_ONLY |
| #define | LEAD_OFFSET ((uint32_t)0xD800 - (uint32_t)(0x10000 >> 10)) |
| #define | SURROGATE_OFFSET ((uint32_t)0x10000 - (uint32_t)(0xD800 << 10) - (uint32_t)0xDC00) |
uTF-8 codepoint translation and processing
Definition in file YapUTF8.h.
| #define LEAD_OFFSET ((uint32_t)0xD800 - (uint32_t)(0x10000 >> 10)) |