|
The SWORD Project
1.9.0.svnversion
|
#include <utf8html.h>
Inheritance diagram for UTF8HTML:
Collaboration diagram for UTF8HTML:Public Member Functions | |
| virtual const char * | getHeader () const |
| virtual char | processText (SWBuf &text, const SWKey *key=0, const SWModule *module=0) |
| UTF8HTML () | |
This filter converts UTF-8 text into HTML escape sequences
Definition at line 33 of file utf8html.h.
| SWORD_NAMESPACE_START UTF8HTML::UTF8HTML | ( | ) |
Definition at line 32 of file utf8html.cpp.
|
inlinevirtualinherited |
|
virtual |
This method processes and appropriately modifies the text given it for a particular filter task
| text | The text to be filtered/converted |
| key | Current key That was used. |
| module | Current module. |
Implements SWFilter.
Definition at line 36 of file utf8html.cpp.