#include <swencodingmgr.h>
Inheritance diagram for SWEncodingMgr::
Public Methods | |
SWEncodingMgr (SWConfig *iconfig=0, SWConfig *isysconfig=0, bool autoload=true, char encoding=ENC_UTF8) | |
Constructor of SWEncodingMgr. More... | |
~SWEncodingMgr () | |
The destructor of SWEncodingMgr. | |
char | Encoding (char enc) |
Markup sets/gets the encoding after initialization. More... | |
virtual void | AddRawFilters (SWModule *module, ConfigEntMap §ion) |
Adds the raw filters which are defined in "section" to the SWModule object "module". More... | |
virtual void | AddEncodingFilters (SWModule *module, ConfigEntMap §ion) |
Adds the encoding filters which are defined in "section" to the SWModule object "module". More... | |
Protected Attributes | |
SWFilter * | latin1utf8 |
SWFilter * | scsuutf8 |
SWFilter * | targetenc |
char | encoding |
Definition at line 31 of file swencodingmgr.h.
|
Constructor of SWEncodingMgr.
|
|
Adds the encoding filters which are defined in "section" to the SWModule object "module".
Reimplemented from SWMgr. |
|
Adds the raw filters which are defined in "section" to the SWModule object "module".
Reimplemented from SWMgr. |
|
Markup sets/gets the encoding after initialization.
|