|
The SWORD Project
1.9.0.svnversion
|
#include <unicodertf.h>
Inheritance diagram for UnicodeRTF:
Collaboration diagram for UnicodeRTF:Public Member Functions | |
| virtual const char * | getHeader () const |
| virtual char | processText (SWBuf &text, const SWKey *key=0, const SWModule *module=0) |
| UnicodeRTF () | |
This filter converts UTF-8 text into RTF Unicode tags
Definition at line 33 of file unicodertf.h.
| SWORD_NAMESPACE_START UnicodeRTF::UnicodeRTF | ( | ) |
Definition at line 29 of file unicodertf.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 33 of file unicodertf.cpp.