JUCE
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines
Classes | Defines | Typedefs
juce_CharacterFunctions.h File Reference

Classes

class  CharacterFunctions
 A collection of functions for manipulating characters and character strings. More...

Defines

#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_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
 This macro will be set to 1 if the compiler's native wchar_t is a 32-bit type.

Typedefs

typedef wchar_t juce_wchar
 A platform-independent 32-bit unicode character type.

Define Documentation

#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.

This macro will be set to 1 if the compiler's native wchar_t is a 16-bit type.

This macro will be set to 1 if the compiler's native wchar_t is a 32-bit type.


Typedef Documentation

typedef wchar_t juce_wchar

A platform-independent 32-bit unicode character type.