Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members
|
00001 #ifndef FX88596CODEC_H 00002 #define FX88596CODEC_H 00003 00004 #ifndef FXTEXTCODEC_H 00005 #include "FXTextCodec.h" 00006 #endif 00007 00008 namespace FX { 00009 00010 /// ISO-8859-6 Codec 00011 class FXAPI FX88596Codec : public FXTextCodec { 00012 FXDECLARE(FX88596Codec) 00013 public: 00014 FX88596Codec(){} 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 ~FX88596Codec(){} 00022 }; 00023 00024 } 00025 00026 #endif
Copyright © 1997-2005 Jeroen van der Zijp |