libunibreak 5.1
|
Header file for common definitions in the libunibreak library. More...
Go to the source code of this file.
Macros | |
#define | UNIBREAK_VERSION 0x0501 |
Version of the libunibreak. | |
#define | UNIBREAK_UTF_TYPES_DEFINED |
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_UTF_TYPES_DEFINED |
#define UNIBREAK_VERSION 0x0501 |
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.
|
extern |
Version number of the library.