The SWORD Project
1.9.0.svnversion
|
#include <utf16utf8.h>
Public Member Functions | |
virtual const char * | getHeader () const |
virtual char | processText (SWBuf &text, const SWKey *key=0, const SWModule *module=0) |
UTF16UTF8 () | |
This filter converts UTF-16 encoded text to UTF-8
Definition at line 33 of file utf16utf8.h.
SWORD_NAMESPACE_START UTF16UTF8::UTF16UTF8 | ( | ) |
Definition at line 31 of file utf16utf8.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 35 of file utf16utf8.cpp.