|
The SWORD Project
1.9.0.svnversion
|
#include <utf8latin1.h>
Inheritance diagram for UTF8Latin1:
Collaboration diagram for UTF8Latin1:Public Member Functions | |
| virtual const char * | getHeader () const |
| virtual char | processText (SWBuf &text, const SWKey *key=0, const SWModule *module=0) |
| UTF8Latin1 (char rchar= '?') | |
Private Attributes | |
| char | replacementChar |
This filter converts UTF-8 encoded text to Latin-1
Definition at line 34 of file utf8latin1.h.
| SWORD_NAMESPACE_START UTF8Latin1::UTF8Latin1 | ( | char | rchar = '?' | ) |
Definition at line 30 of file utf8latin1.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 34 of file utf8latin1.cpp.
|
private |
Definition at line 37 of file utf8latin1.h.