UTF8
Engine/source/persistence/rapidjson/encodings.h
UTF-8 encoding.
Public Static Functions
bool
Decode(InputStream & is, unsigned * codepoint)
EncodeUnsafe(OutputStream & os, unsigned codepoint)
unsigned char
GetRange(unsigned char c)
CharType
TakeBOM(InputByteStream & is)
bool
Validate(InputStream & is, OutputStream & os)
Detailed Description
UTF-8 encoding.
Code unit for storing 8-bit UTF-8 data. Default is char. implements Encoding conceptCharType note:
Public Types
@123
Enumerator
- supportUnicode = 1
typedef CharType Ch
Public Static Functions
Decode(InputStream & is, unsigned * codepoint)
Encode(OutputStream & os, unsigned codepoint)
EncodeUnsafe(OutputStream & os, unsigned codepoint)
GetRange(unsigned char c)
Put(OutputByteStream & os, Ch c)
PutBOM(OutputByteStream & os)
Take(InputByteStream & is)
TakeBOM(InputByteStream & is)
Validate(InputStream & is, OutputStream & os)