#include <encodings.h>
| 静态 Public 成员函数 | |
| template<typename InputStream , typename OutputStream > | |
| static RAPIDJSON_FORCEINLINE bool | Transcode (InputStream &is, OutputStream &os) | 
| Take one Unicode codepoint from source encoding, convert it to target encoding and put it to the output stream. | |
| template<typename InputStream , typename OutputStream > | |
| static RAPIDJSON_FORCEINLINE bool | Validate (InputStream &is, OutputStream &os) | 
| Validate one Unicode codepoint from an encoded stream. | |
Encoding conversion.