sword::SCSUUTF8 Class Reference

This filter converts SCSU compressed (encoded) text to UTF-8. More...

#include <scsuutf8.h>

Inheritance diagram for sword::SCSUUTF8:

Inheritance graph
[legend]
Collaboration diagram for sword::SCSUUTF8:

Collaboration graph
[legend]
List of all members.

Public Member Functions

virtual char processText (SWBuf &text, const SWKey *key=0, const SWModule *module=0)
 This is the main filter function.

Private Member Functions

unsigned char * UTF8Output (unsigned long, unsigned char *text)

Private Attributes

unsigned long c
unsigned long d

Detailed Description

This filter converts SCSU compressed (encoded) text to UTF-8.

Definition at line 30 of file scsuutf8.h.


Member Function Documentation

virtual char sword::SCSUUTF8::processText ( SWBuf text,
const SWKey key = 0,
const SWModule module = 0 
) [virtual]

This is the main filter function.

Parameters:
text The text to be filtered/converted
key Current key That was used.
module Current module.
Returns:
0

Implements sword::SWFilter.


The documentation for this class was generated from the following file: