UTF-16 encoding. More...
#include <rapidjson.h>
Public Types | |
typedef CharType | Ch |
Static Public Member Functions | |
static Ch * | Encode (Ch *buffer, unsigned codepoint) |
UTF-16 encoding.
http://en.wikipedia.org/wiki/UTF-16
CharType | Type for storing 16-bit UTF-16 data. Default is wchar_t. C++11 may use char16_t instead. |
typedef CharType Ch |