bes
Updated for version 3.20.8
|
#include <encodings.h>
Public Types | |
enum | { supportUnicode = 0 } |
typedef CharType | Ch |
Static Public Member Functions | |
template<typename InputStream > | |
static bool | Decode (InputStream &is, unsigned *codepoint) |
template<typename OutputStream > | |
static void | Encode (OutputStream &os, unsigned codepoint) |
template<typename OutputStream > | |
static void | EncodeUnsafe (OutputStream &os, unsigned codepoint) |
template<typename OutputByteStream > | |
static void | Put (OutputByteStream &os, Ch c) |
template<typename OutputByteStream > | |
static void | PutBOM (OutputByteStream &os) |
template<typename InputByteStream > | |
static Ch | Take (InputByteStream &is) |
template<typename InputByteStream > | |
static CharType | TakeBOM (InputByteStream &is) |
template<typename InputStream , typename OutputStream > | |
static bool | Validate (InputStream &is, OutputStream &os) |
ASCII encoding.
http://en.wikipedia.org/wiki/ASCII
CharType | Code unit for storing 7-bit ASCII data. Default is char. |
Definition at line 542 of file encodings.h.