|
Electroneum
|
#include <encodings.h>
Public Types | |
| enum | { supportUnicode = 0 } |
| typedef CharType | Ch |
Static Public Member Functions | |
| template<typename OutputStream> | |
| static void | Encode (OutputStream &os, unsigned codepoint) |
| template<typename OutputStream> | |
| static void | EncodeUnsafe (OutputStream &os, unsigned codepoint) |
| template<typename InputStream> | |
| static bool | Decode (InputStream &is, unsigned *codepoint) |
| template<typename InputStream, typename OutputStream> | |
| static bool | Validate (InputStream &is, OutputStream &os) |
| template<typename InputByteStream> | |
| static CharType | TakeBOM (InputByteStream &is) |
| template<typename InputByteStream> | |
| static Ch | Take (InputByteStream &is) |
| template<typename OutputByteStream> | |
| static void | PutBOM (OutputByteStream &os) |
| template<typename OutputByteStream> | |
| static void | Put (OutputByteStream &os, Ch c) |
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.
| typedef CharType ASCII< CharType >::Ch |
Definition at line 543 of file encodings.h.
| anonymous enum |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
Definition at line 554 of file encodings.h.

|
inlinestatic |
Definition at line 593 of file encodings.h.
|
inlinestatic |
Definition at line 587 of file encodings.h.
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |