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

FXCP1254Codec.h
1 #ifndef FXCP1254CODEC_H
2 #define FXCP1254CODEC_H
3 
4 #ifndef FXTEXTCODEC_H
5 #include "FXTextCodec.h"
6 #endif
7 
8 namespace FX {
9 
11 class FXAPI FXCP1254Codec : public FXTextCodec {
12  FXDECLARE(FXCP1254Codec)
13 public:
14  FXCP1254Codec(){}
15  virtual FXint mb2wc(FXwchar& wc,const FXchar* src,FXint nsrc) const;
16  virtual FXint wc2mb(FXchar* dst,FXint ndst,FXwchar wc) const;
17  virtual FXint mibEnum() const;
18  virtual const FXchar* name() const;
19  virtual const FXchar* mimeName() const;
20  virtual const FXchar* const* aliases() const;
21  virtual ~FXCP1254Codec(){}
22  };
23 
24 }
25 
26 #endif
Abstract base class for a stateless coder/decoder.
Definition: FXTextCodec.h:34
CP1254 Codec.
Definition: FXCP1254Codec.h:11
Definition: FX4Splitter.h:28

Copyright © 1997-2022 Jeroen van der Zijp