Header file for common definitions in the libunibreak library. More...
Go to the source code of this file.
Defines | |
#define | UNIBREAK_VERSION 0x0300 |
Version of the library linebreak. | |
Typedefs | |
typedef unsigned char | utf8_t |
Type for UTF-8 data points. | |
typedef unsigned short | utf16_t |
Type for UTF-16 data points. | |
typedef unsigned int | utf32_t |
Type for UTF-32 data points. | |
Variables | |
const int | unibreak_version |
Version number of the library. |
Header file for common definitions in the libunibreak library.
#define UNIBREAK_VERSION 0x0300 |
Version of the library linebreak.
typedef unsigned short utf16_t |
Type for UTF-16 data points.
typedef unsigned int utf32_t |
Type for UTF-32 data points.
typedef unsigned char utf8_t |
Type for UTF-8 data points.
const int unibreak_version |
Version number of the library.