sword::UTF8BiDiReorder Class Reference

This Filter reorders UTF-8 text according to Unicode BiDi. More...

#include <utf8bidireorder.h>

Inheritance diagram for sword::UTF8BiDiReorder:

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

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 Attributes

UConverter * conv
UErrorCode err

Detailed Description

This Filter reorders UTF-8 text according to Unicode BiDi.

Definition at line 35 of file utf8bidireorder.h.


Member Function Documentation

virtual char sword::UTF8BiDiReorder::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: