15 #ifndef ORTHOGRAPHY_DATA 16 #define ORTHOGRAPHY_DATA 22 #define START_RANGE_PAIR 0x0002 // Using "STX" to demarcate the beginning of a range pair 23 #define END_OF_DATA 0x0000 // Using NULL to mark the end of a set unsigned int UINT32
Definition: OrthographyData.h:19
const char * nativeName
Definition: OrthographyData.h:33
const char * sampleCharacters
Definition: OrthographyData.h:36
UINT32 key
Definition: OrthographyData.h:34
Definition: OrthographyData.h:28
const char * commonName
Definition: OrthographyData.h:32
const char ** sampleSentences
Definition: OrthographyData.h:37
UINT32 * values
Definition: OrthographyData.h:35