libunibreak
4.1
|
Header file for common definitions in the libunibreak library. More...
Go to the source code of this file.
Macros | |
#define | UNIBREAK_VERSION 0x0402 |
Version of the libunibreak. More... | |
#define | UNIBREAK_UTF_TYPES_DEFINED |
Typedefs | |
typedef unsigned char | utf8_t |
Type for UTF-8 data points. More... | |
typedef unsigned short | utf16_t |
Type for UTF-16 data points. More... | |
typedef unsigned int | utf32_t |
Type for UTF-32 data points. More... | |
Variables | |
const int | unibreak_version |
Version number of the library. More... | |
Header file for common definitions in the libunibreak library.
#define UNIBREAK_UTF_TYPES_DEFINED |
#define UNIBREAK_VERSION 0x0402 |
Version of the libunibreak.
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.