File: unicode.h

package info (click to toggle)
uniutils 2.27-1
  • links: PTS
  • area: main
  • in suites: squeeze, wheezy
  • size: 1,520 kB
  • ctags: 181
  • sloc: ansic: 28,282; sh: 790; makefile: 61; awk: 55
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