This is ISO8859InputCodingSystem.h in view mode; [Download] [Up]
// Copyright (c) 1995 James Clark
// See the file COPYING for copying permission.
#ifndef ISO8859InputCodingSystem_INCLUDED
#define ISO8859InputCodingSystem_INCLUDED 1
#include "TranslateInputCodingSystem.h"
#ifdef SP_NAMESPACE
namespace SP_NAMESPACE {
#endif
class SP_API ISO8859InputCodingSystem : public TranslateInputCodingSystem {
public:
// part must be between 2 and 9
ISO8859InputCodingSystem(int part);
private:
const Char *partMap(int);
static const Char maps[8][256];
};
#ifdef SP_NAMESPACE
}
#endif
#endif /* not ISO8859InputCodingSystem_INCLUDED */
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.