35 #ifndef UNIBREAKBASE_H 36 #define UNIBREAKBASE_H 42 #define UNIBREAK_VERSION 0x0400 43 extern const int unibreak_version; 45 #ifndef UNIBREAK_UTF_TYPES_DEFINED 46 #define UNIBREAK_UTF_TYPES_DEFINED unsigned char utf8_t
Type for UTF-8 data points.
Definition: unibreakbase.h:47
unsigned short utf16_t
Type for UTF-16 data points.
Definition: unibreakbase.h:48
unsigned int utf32_t
Type for UTF-32 data points.
Definition: unibreakbase.h:49