utf8rewind  1.3.0
System library for processing 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 size of the wchar_t type based on the environment. 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 size of the wchar_t type based on the environment.

#define UTF8_WCHAR_UTF16   (1)

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

#define UTF8_API

Calling convention for public functions.