File: utf8error.h

package info (click to toggle)
uni2ascii 3.9.5-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 656 kB
  • ctags: 152
  • sloc: ansic: 3,926; tcl: 2,675; sh: 786; makefile: 63; python: 53
file content (12 lines) | stat: -rw-r--r-- 286 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
/*
 *  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