rapidjson
A fast JSON parser/generator for C++ with both SAX/DOM style API
|
UTF-32 encoding. More...
#include <rapidjson.h>
Public Types | |
typedef CharType | Ch |
Static Public Member Functions | |
static Ch * | Encode (Ch *buffer, unsigned codepoint) |
UTF-32 encoding.
http://en.wikipedia.org/wiki/UTF-32
Ch | Type for storing 32-bit UTF-32 data. Default is unsigned. C++11 may use char32_t instead. |