/*
 *  Codes for errors from GetUTF32From8
 *  These values are all above the maximum valid UTF32 value.
 */

#define UTF8_ENDOFFILE 0xA0000000
#define UTF8_NOTENOUGHBYTES 0xA0000001
#define UTF8_BADINCODE 0xA0000002
#define UTF8_BADOUTCODE 0xA0000003
#define UTF8_IOERROR 0xA0000004




syntax highlighted by Code2HTML, v. 0.9.1