Kicking it Olde Sküül! Burgerlib on Github Follow Olde Sküül on Twitter Burgerbecky on LinkedIn Burgerbecky on LinkedIn
Loading...
Searching...
No Matches
Static Public Attributes | List of all members
Burger::CodePage Class Reference

Shared constants for code page handlers. More...

Inheritance diagram for Burger::CodePage:
Inheritance graph
[legend]

Static Public Attributes

static const uint32_t kInvalid = UINT32_MAX
 Value returned if a routine failed.
 

Detailed Description

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.

See also
ISOLatin1, Win437, Win1252, or MacRomanUS

Member Data Documentation

◆ kInvalid

Burger::CodePage::kInvalid = UINT32_MAX
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.