utf8rewind
1.3.0
System library for processing UTF-8 encoded text
|
Macros | |
#define | UTF8_ERR_NONE (0) |
No errors. More... | |
#define | UTF8_ERR_INVALID_DATA (-1) |
Input data is invalid. More... | |
#define | UTF8_ERR_INVALID_FLAG (-2) |
Input flag is invalid. More... | |
#define | UTF8_ERR_NOT_ENOUGH_SPACE (-3) |
Not enough space in buffer to store result. More... | |
#define | UTF8_ERR_OVERLAPPING_PARAMETERS (-4) |
Input and output buffers overlap in memory. More... | |
#define UTF8_ERR_NONE (0) |
No errors.
#define UTF8_ERR_INVALID_DATA (-1) |
Input data is invalid.
#define UTF8_ERR_INVALID_FLAG (-2) |
Input flag is invalid.
#define UTF8_ERR_NOT_ENOUGH_SPACE (-3) |
Not enough space in buffer to store result.
#define UTF8_ERR_OVERLAPPING_PARAMETERS (-4) |
Input and output buffers overlap in memory.