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