Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members
|
#include <FXUTF32Codec.h>
Inheritance diagram for FX::FXUTF32Codec:
Public Member Functions | |
FXUTF32Codec () | |
virtual FXint | mb2wc (FXwchar &wc, const FXchar *src, FXint nsrc) const |
virtual FXint | mb2utflen (const FXchar *src, FXint nsrc) const |
virtual FXint | mb2utf (FXchar *dst, FXint ndst, const FXchar *src, FXint nsrc) const |
virtual FXint | wc2mb (FXchar *dst, FXint ndst, FXwchar wc) const |
virtual FXint | utf2mblen (const FXchar *src, FXint nsrc) const |
virtual FXint | utf2mb (FXchar *dst, FXint ndst, const FXchar *src, FXint nsrc) const |
virtual const FXchar * | name () const |
virtual const FXchar * | mimeName () const |
virtual FXint | mibEnum () const |
virtual const FXchar *const * | aliases () const |
virtual | ~FXUTF32Codec () |
|
|
|
|
|
Convert multi-byte characters from src to single wide character.
Reimplemented from FX::FXTextCodec. |
|
Count utf8 bytes needed to convert multi-byte characters from src.
Reimplemented from FX::FXTextCodec. |
|
Convert multi-byte characters from src to utf8 characters at dst.
Reimplemented from FX::FXTextCodec. |
|
Convert single wide character to multi-byte characters at dst.
Reimplemented from FX::FXTextCodec. |
|
Count multi-byte characters characters needed to convert utf8 from src.
Reimplemented from FX::FXTextCodec. |
|
Convert utf8 characters at src to multi-byte characters at dst.
Reimplemented from FX::FXTextCodec. |
|
Return name of the codec.
Implements FX::FXTextCodec. |
|
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. |
|
Return the Management Information Base (MIBenum) for the character set.
Implements FX::FXTextCodec. |
|
Return NULL-terminated list of aliases for this codec.
Implements FX::FXTextCodec. |
Copyright © 1997-2005 Jeroen van der Zijp |