|
|
|
|
|
|
Modules Namespace List Class Hierarchy Alphabetical List Compound List Namespace Members Compound Members Related Pages
acdk::locale::Encoding Class Reference#include <Encoding.h>
Inheritance diagram for acdk::locale::Encoding:
List of all members.
Detailed Description
Class to encode/decode strings.
Constructor & Destructor Documentation
acdk::locale::Encoding::Encoding |
( |
IN(RString) |
name |
) |
[inline, protected] |
|
Member Function Documentation
virtual float acdk::locale::Encoding::averageBytesPerChar |
( |
|
) |
[pure virtual] |
|
|
same as getEncoding, but does not throw an exception if encoding was not found
|
REncoding acdk::locale::Encoding::getAsciiEncoding |
( |
|
) |
[static] |
|
RStringArray acdk::locale::Encoding::getAvailableEncodings |
( |
|
) |
[static] |
|
REncoding acdk::locale::Encoding::getCEscapeEncoding |
( |
|
) |
[static] |
|
|
return the standard encoding This will use the system property user.encoding to determine the encoding.
if this is not set returns ASCII - Exceptions:
-
|
RString acdk::locale::Encoding::getName |
( |
|
) |
[inline, virtual] |
|
REncoding acdk::locale::Encoding::getUnicodeCEscapeEncoding |
( |
|
) |
[static] |
|
REncoding acdk::locale::Encoding::getUnicodeEscapeEncoding |
( |
|
) |
[static] |
|
virtual float acdk::locale::Encoding::maxBytesPerChar |
( |
|
) |
[pure virtual] |
|
void acdk::locale::Encoding::setEncoding |
( |
IN(REncoding) |
encoding |
) |
[static] |
|
|
set the standard encoding
|
Member Data Documentation
|
|