Shared constants for code page handlers. More...
Static Public Attributes | |
static const uint32_t | kInvalid = UINT32_MAX |
Value returned if a routine failed. | |
Shared constants for code page handlers.
Burgerlib uses UTF8 as the default text encoding, but some operating systems use other ASCII encodings for text output and / or filenames. This class contains common constants shared by all of the code page translators.
|
static |
Value returned if a routine failed.
This is the value returned in the event of a function error condition. Test for this value to see if a function failed.