Go to the source code of this file.
#define JUCE_CHARACTERFUNCTIONS_H_INCLUDED |
#define JUCE_NATIVE_WCHAR_IS_UTF16 0 |
#define JUCE_NATIVE_WCHAR_IS_UTF16 0 |
This macro will be set to 1 if the compiler's native wchar_t is a 16-bit type.
#define JUCE_NATIVE_WCHAR_IS_UTF32 1 |
#define JUCE_NATIVE_WCHAR_IS_UTF32 1 |
This macro will be set to 1 if the compiler's native wchar_t is a 32-bit type.
#define JUCE_NATIVE_WCHAR_IS_UTF8 0 |
This macro will be set to 1 if the compiler's native wchar_t is an 8-bit type.
#define JUCE_NATIVE_WCHAR_IS_UTF8 0 |
#define JUCE_T |
( |
|
stringLiteral | ) |
(L##stringLiteral) |
This macro is deprecated, but preserved for compatibility with old code.
#define JUCE_T |
( |
|
stringLiteral | ) |
(L##stringLiteral) |
A platform-independent 32-bit unicode character type.