File: uniftypes.h

package info (click to toggle)
uniutils 2.25-3
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 1,432 kB
  • ctags: 166
  • sloc: ansic: 26,417; sh: 790; makefile: 58; awk: 55
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