The SWORD Project
1.9.0.svnversion
|
#include <utf8scsu.h>
Public Member Functions | |
virtual const char * | getHeader () const |
virtual char | processText (SWBuf &text, const SWKey *key=0, const SWModule *module=0) |
UTF8SCSU () | |
~UTF8SCSU () | |
Private Attributes | |
UErrorCode | err |
UConverter * | scsuConv |
UConverter * | utf8Conv |
This filter converts UTF-8 encoded text to SCSU
Definition at line 38 of file utf8scsu.h.
UTF8SCSU::UTF8SCSU | ( | ) |
UTF8SCSU::~UTF8SCSU | ( | ) |
|
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.
|
private |
Definition at line 43 of file utf8scsu.h.
|
private |
Definition at line 41 of file utf8scsu.h.
|
private |
Definition at line 42 of file utf8scsu.h.