![]() |
Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members
![]() |
#include <FXCP1253Codec.h>
Public Member Functions | |
FXCP1253Codec () | |
virtual FXint | mb2wc (FXwchar &wc, const FXchar *src, FXint nsrc) const |
virtual FXint | wc2mb (FXchar *dst, FXint ndst, FXwchar wc) const |
virtual FXint | mibEnum () const |
virtual const FXchar * | name () const |
virtual const FXchar * | mimeName () const |
virtual const FXchar *const * | aliases () const |
virtual | ~FXCP1253Codec () |
CP1253 Codec.
FX::FXCP1253Codec::FXCP1253Codec | ( | ) | [inline] |
virtual FX::FXCP1253Codec::~FXCP1253Codec | ( | ) | [inline, virtual] |
virtual FXint FX::FXCP1253Codec::mb2wc | ( | FXwchar & | wc, |
const FXchar * | src, | ||
FXint | nsrc | ||
) | const [virtual] |
Convert multi-byte characters from src to single wide character.
Reimplemented from FX::FXTextCodec.
virtual FXint FX::FXCP1253Codec::wc2mb | ( | FXchar * | dst, |
FXint | ndst, | ||
FXwchar | wc | ||
) | const [virtual] |
Convert single wide character to multi-byte characters at dst.
Reimplemented from FX::FXTextCodec.
virtual FXint FX::FXCP1253Codec::mibEnum | ( | ) | const [virtual] |
Return the Management Information Base (MIBenum) for the character set.
Implements FX::FXTextCodec.
virtual const FXchar* FX::FXCP1253Codec::name | ( | ) | const [virtual] |
Return name of the codec.
Implements FX::FXTextCodec.
virtual const FXchar* FX::FXCP1253Codec::mimeName | ( | ) | const [virtual] |
Return the IANA mime name for this codec; this is used for example as "text/utf-8" in drag and drop protocols.
Implements FX::FXTextCodec.
virtual const FXchar* const* FX::FXCP1253Codec::aliases | ( | ) | const [virtual] |
Return NULL-terminated list of aliases for this codec.
Implements FX::FXTextCodec.
![]() |