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

FXKOI8RCodec.h
Go to the documentation of this file.
1 #ifndef FXKOI8RCODEC_H
2 #define FXKOI8RCODEC_H
3 
4 #ifndef FXTEXTCODEC_H
5 #include "FXTextCodec.h"
6 #endif
7 
8 
9 
10 namespace FX {
11 
12 
13 /// KOI8-R Codec
14 class FXAPI FXKOI8RCodec : public FXTextCodec {
16 public:
18  virtual FXint mb2wc(FXwchar& wc,const FXchar* src,FXint nsrc) const;
19  virtual FXint wc2mb(FXchar* dst,FXint ndst,FXwchar wc) const;
20  virtual FXint mibEnum() const;
21  virtual const FXchar* name() const;
22  virtual const FXchar* mimeName() const;
23  virtual const FXchar* const* aliases() const;
24  virtual ~FXKOI8RCodec(){}
25  };
26 
27 }
28 
29 #endif
Abstract base class for a stateless coder/decoder.
Definition: FXTextCodec.h:38
char FXchar
Definition: fxdefs.h:387
#define FXAPI
Definition: fxdefs.h:122
virtual ~FXKOI8RCodec()
Definition: FXKOI8RCodec.h:24
FXString name(const FXString &file)
Return name and extension part of the path name.
FXKOI8RCodec()
Definition: FXKOI8RCodec.h:17
KOI8-R Codec.
Definition: FXKOI8RCodec.h:14
wchar_t FXwchar
Definition: fxdefs.h:411
Definition: FX4Splitter.h:31
int FXint
Definition: fxdefs.h:397
FXwchar wc(const FXchar *ptr)
Return wide character from utf8 string at ptr.
#define FXDECLARE(classname)
Macro to set up class declaration.
Definition: FXObject.h:92

Copyright © 1997-2005 Jeroen van der Zijp