File: uniftypes.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 (10 lines) | stat: -rw-r--r-- 196 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
/* Unicode file types */

#define FT_UTF_32	0
#define FT_UTF_32BS	1
#define FT_UTF_16	2
#define FT_UTF_16BS	3
#define FT_UTF_8	4
#define FT_SCSU		5
#define FT_UTF_EBCDIC	6
#define NOMAGICNUMBER	7