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

FXCP852Codec.h

Go to the documentation of this file.
00001 #ifndef FXCP852CODEC_H
00002 #define FXCP852CODEC_H
00003 
00004 #ifndef FXTEXTCODEC_H
00005 #include "FXTextCodec.h"
00006 #endif
00007 
00008 namespace FX {
00009 
00010 /// CP852 Codec
00011 class FXAPI FXCP852Codec : public FXTextCodec {
00012   FXDECLARE(FXCP852Codec)
00013 public:
00014   FXCP852Codec(){}
00015   virtual FXint mb2wc(FXwchar& wc,const FXchar* src,FXint nsrc) const;
00016   virtual FXint wc2mb(FXchar* dst,FXint ndst,FXwchar wc) const;
00017   virtual FXint mibEnum() const;
00018   virtual const FXchar* name() const;
00019   virtual const FXchar* mimeName() const;
00020   virtual const FXchar* const* aliases() const;
00021   virtual ~FXCP852Codec(){}
00022   };
00023 
00024 }
00025 
00026 #endif

Copyright © 1997-2005 Jeroen van der Zijp