Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members  

SCSUUTF8 Class Reference

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

#include <scsuutf8.h>

Inheritance diagram for SCSUUTF8::

SWFilter List of all members.

Public Methods

 SCSUUTF8 ()
virtual char ProcessText (char *text, int maxlen, const SWKey *key)
 This is the main filter function. More...


Private Methods

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 29 of file scsuutf8.h.


Member Function Documentation

virtual char SCSUUTF8::ProcessText ( char * text,
int maxlen,
const SWKey * key ) [virtual]
 

This is the main filter function.

Parameters:
text   the text to be filtered/converted
maxlen   maximal length of text to be processed
key   sorry I don't know
Returns:
0

Reimplemented from SWFilter.


The documentation for this class was generated from the following file:
Generated at Fri Oct 5 22:45:36 2001 for The Sword Project by doxygen1.2.6 written by Dimitri van Heesch, © 1997-2001