Flags used as input for utf8normalize and the result of utf8isnormalized. More...
Macros | |
#define | UTF8_NORMALIZE_COMPOSE 0x00000001 |
Normalize input to Normalization Form C (NFC). More... | |
#define | UTF8_NORMALIZE_DECOMPOSE 0x00000002 |
Normalize input to Normalization Form D (NFD). More... | |
#define | UTF8_NORMALIZE_COMPATIBILITY 0x00000004 |
Changes Normalization Form from NFC to NFKC or from NFD to NFKD. More... | |
#define | UTF8_NORMALIZATION_RESULT_YES (0) |
Text is stable and does not need to be normalized. More... | |
#define | UTF8_NORMALIZATION_RESULT_MAYBE (1) |
Text is unstable, but normalization may be skipped. More... | |
#define | UTF8_NORMALIZATION_RESULT_NO (2) |
Text is unstable and must be normalized. More... | |
Flags used as input for utf8normalize and the result of utf8isnormalized.
#define UTF8_NORMALIZE_COMPOSE 0x00000001 |
Normalize input to Normalization Form C (NFC).
#define UTF8_NORMALIZE_DECOMPOSE 0x00000002 |
Normalize input to Normalization Form D (NFD).
#define UTF8_NORMALIZE_COMPATIBILITY 0x00000004 |
Changes Normalization Form from NFC to NFKC or from NFD to NFKD.
#define UTF8_NORMALIZATION_RESULT_YES (0) |
Text is stable and does not need to be normalized.
#define UTF8_NORMALIZATION_RESULT_MAYBE (1) |
Text is unstable, but normalization may be skipped.
#define UTF8_NORMALIZATION_RESULT_NO (2) |
Text is unstable and must be normalized.