Main Page | Namespace List | Class Hierarchy | Class List | Directories | File List | Class Members | File Members

Utf8String.h File Reference

#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


Define 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
 


Generated on Fri Nov 18 16:24:39 2011 for MADELINE by  doxygen 1.4.4