#include "ScriptCodes.h"
#include <string>
Go to the source code of this file.
Classes | |
class | UTF8String |
Defines | |
#define | UNI_REPLACEMENT_CHAR (UTF32)0x0000FFFD |
#define | UNI_MAX_UTF32 (UTF32)0x7FFFFFFF |
#define | UNI_SUR_HIGH_START (UTF32)0xD800 |
#define | UNI_SUR_HIGH_END (UTF32)0xDBFF |
#define | UNI_SUR_LOW_START (UTF32)0xDC00 |
#define | UNI_SUR_LOW_END (UTF32)0xDFFF |
Typedefs | |
typedef unsigned long | UTF32 |
typedef unsigned short | UTF16 |
typedef unsigned char | UTF8 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|