#include <AsciiEncoding.h>
Inheritance diagram for acdk::locale::AsciiEncoder:
Public Member Functions | |
AsciiEncoder (IN(REncoding) encoding, CodingErrorAction onMalformed=ReportCodingError, CodingErrorAction onUnmappable=ReplaceCodingError) | |
void | encode (IN(acdk::io::RWriter) out, IN(RString) str, int stopOn=-1) |
void | encode (IN(acdk::io::RWriter) out, ucchar ch) |
virtual RString | encode (IN(RString) str) |
encode the current string into this encoding |
|
|
|
encode the current string into this encoding
Implements acdk::locale::Encoder. |
|
|
|
Implements acdk::locale::Encoder. |