File: utf8error.h

package info (click to toggle)
uniutils 2.28-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 6,032 kB
  • sloc: ansic: 49,905; sh: 1,168; awk: 55; makefile: 18
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