|
Defines |
|
#define | UNI_SUR_HIGH_START (UTF32)0xD800 |
|
#define | UNI_SUR_HIGH_END (UTF32)0xDBFF |
|
#define | UNI_SUR_LOW_START (UTF32)0xDC00 |
|
#define | UNI_SUR_LOW_END (UTF32)0xDFFF |
|
#define | false 0 |
|
#define | true 1 |
Functions |
|
TSKConversionResult | tsk_UTF16toUTF8 (uint16_t endian, const UTF16 **sourceStart, const UTF16 *sourceEnd, UTF8 **targetStart, UTF8 *targetEnd, TSKConversionFlags flags) |
|
Boolean | tsk_isLegalUTF8Sequence (const UTF8 *source, const UTF8 *sourceEnd) |
|
TSKConversionResult | tsk_UTF8toUTF16 (const UTF8 **sourceStart, const UTF8 *sourceEnd, UTF16 **targetStart, UTF16 *targetEnd, TSKConversionFlags flags) |