Modules Namespace List Class Hierarchy Alphabetical List Compound List Namespace Members Compound Members Related Pages
acdk::locale::AsciiUtfEncoding Class Reference#include <AsciiUtfEncoding.h>
Inheritance diagram for acdk::locale::AsciiUtfEncoding:
List of all members.
Detailed Description
Encodes/Decodes ASCII with UTF escapes.
There are 2 variants:
This implements the Java Literal encoding, which is also be used in properties files
Used in ASCII source code to decode UCS2 streams
Constructor & Destructor Documentation
acdk::locale::AsciiUtfEncoding::AsciiUtfEncoding |
( |
bool |
withCEscapes = true |
) |
[protected] |
|
|
if withCEscapes = true also
are encodes as \n
|
Member Function Documentation
float acdk::locale::AsciiUtfEncoding::averageBytesPerChar |
( |
|
) |
[inline, virtual] |
|
REncoding acdk::locale::AsciiUtfEncoding::getAsciiUtfCEscapeEncoding |
( |
IN(RString) |
|
) |
[inline, static] |
|
REncoding acdk::locale::AsciiUtfEncoding::getAsciiUtfCEscapeEncoding |
( |
|
) |
[static] |
|
REncoding acdk::locale::AsciiUtfEncoding::getAsciiUtfEncoding |
( |
IN(RString) |
|
) |
[inline, static] |
|
REncoding acdk::locale::AsciiUtfEncoding::getAsciiUtfEncoding |
( |
|
) |
[static] |
|
float acdk::locale::AsciiUtfEncoding::maxBytesPerChar |
( |
|
) |
[inline, virtual] |
|
Member Data Documentation
|