utf8rewind  1.2.0
Cross-platform library for UTF-8 encoded text
Macros
Global configuration

Macros

#define UTF8_WCHAR_SIZE   (2)
 Specifies the size of the wchar_t type. On Windows this is 2, on POSIX systems it is 4. If not specified on the command line, the compiler tries to automatically determine the value. More...
 
#define UTF8_WCHAR_UTF16   (1)
 The wchar_t type is treated as UTF-16 (2 bytes). More...
 
#define UTF8_API
 Calling convention for public functions. More...
 

Detailed Description

Macro Definition Documentation

#define UTF8_WCHAR_SIZE   (2)

Specifies the size of the wchar_t type. On Windows this is 2, on POSIX systems it is 4. If not specified on the command line, the compiler tries to automatically determine the value.

#define UTF8_WCHAR_UTF16   (1)

The wchar_t type is treated as UTF-16 (2 bytes).

#define UTF8_API

Calling convention for public functions.