Values returned by functions on error. More...
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_INVALID_LOCALE (-5) |
| Invalid locale specified. More... | |
Values returned by functions on error.
| #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.
| #define UTF8_ERR_INVALID_LOCALE (-5) |
Invalid locale specified.