|
The SWORD Project
1.9.0.svnversion
|
#include <utf8arshaping.h>
Inheritance diagram for UTF8arShaping:
Collaboration diagram for UTF8arShaping:Public Member Functions | |
| virtual const char * | getHeader () const |
| virtual char | processText (SWBuf &text, const SWKey *key=0, const SWModule *module=0) |
| UTF8arShaping () | |
| ~UTF8arShaping () | |
Private Attributes | |
| UConverter * | conv |
| UErrorCode | err |
This Filter controls the arabic shaping of UTF-8 text FIXME: is that correct? how to control it?
Definition at line 40 of file utf8arshaping.h.
| UTF8arShaping::UTF8arShaping | ( | ) |
| UTF8arShaping::~UTF8arShaping | ( | ) |
|
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 42 of file utf8arshaping.h.
|
private |
Definition at line 43 of file utf8arshaping.h.