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

utf8bidireorder.h

00001 /*
00002  *
00003  * Copyright 2001 CrossWire Bible Society (http://www.crosswire.org)
00004  *      CrossWire Bible Society
00005  *      P. O. Box 2528
00006  *      Tempe, AZ  85280-2528
00007  *
00008  * This program is free software; you can redistribute it and/or modify it
00009  * under the terms of the GNU General Public License as published by the
00010  * Free Software Foundation version 2.
00011  *
00012  * This program is distributed in the hope that it will be useful, but
00013  * WITHOUT ANY WARRANTY; without even the implied warranty of
00014  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
00015  * General Public License for more details.
00016  *
00017  */
00018 #ifdef _ICU_
00019 
00020 #ifndef UTF8BIDIREORDER_H
00021 #define UTF8BIDIREORDER_H
00022 
00023 #include <swfilter.h>
00024 
00025 #include <unicode/utypes.h>
00026 #include <unicode/ucnv.h>
00027 #include <unicode/uchar.h>
00028 #include <unicode/bidi.h>
00029 
00030 #include <defs.h>
00031 
00034 class SWDLLEXPORT UTF8BiDiReorder : public SWFilter
00035 {
00036  private:
00037   UConverter* conv;
00038   UErrorCode err;
00039  public:
00040   UTF8BiDiReorder();
00041   ~UTF8BiDiReorder();  
00042   virtual char ProcessText (char *text, int maxlen, const SWKey * key, const SWModule * = 0);
00043 };
00044 
00045 #endif
00046 
00047 #endif
00048 

Generated on Thu Jun 20 22:13:01 2002 for The Sword Project by doxygen1.2.15