42#define UNIBREAK_VERSION 0x0500
45#ifndef UNIBREAK_UTF_TYPES_DEFINED
46#define UNIBREAK_UTF_TYPES_DEFINED
const int unibreak_version
Version number of the library.
Definition: unibreakbase.c:40
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
unsigned char utf8_t
Type for UTF-8 data points.
Definition: unibreakbase.h:47