File: unicode.h

package info (click to toggle)
uniutils 2.28-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 6,032 kB
  • sloc: ansic: 49,905; sh: 1,168; awk: 55; makefile: 18
file content (8 lines) | stat: -rw-r--r-- 256 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
typedef unsigned long	UTF32;	/* at least 32 bits */
typedef unsigned char	UTF8;	/* 8 bits */
typedef unsigned char	Boolean; /* 0 or 1 */

#define UNI_MAX_UTF32 (UTF32)0x10FFFF
#define UNI_REPLACEMENT_CHAR (UTF32)0x00FFFD
#define UNI_MAX_BMP (UTF32)0xFFFF