3065 some functions in the tcp module can be static
[unleashed.git] / usr / src / cmd / man / src / util / nsgmls.src / include / ISO8859InputCodingSystem.h
blobb71e353767e253ccb51ec36e4a1b390fff824530
1 #pragma ident "@(#)ISO8859InputCodingSystem.h 1.2 97/04/24 SMI"
2 // Copyright (c) 1995 James Clark
3 // See the file COPYING for copying permission.
4 #pragma ident "%Z%%M% %I% %E% SMI"
6 #ifndef ISO8859InputCodingSystem_INCLUDED
7 #define ISO8859InputCodingSystem_INCLUDED 1
9 #include "TranslateInputCodingSystem.h"
11 #ifdef SP_NAMESPACE
12 namespace SP_NAMESPACE {
13 #endif
15 class SP_API ISO8859InputCodingSystem : public TranslateInputCodingSystem {
16 public:
17 // part must be between 2 and 9
18 ISO8859InputCodingSystem(int part);
19 private:
20 const Char *partMap(int);
21 static const Char maps[8][256];
24 #ifdef SP_NAMESPACE
26 #endif
28 #endif /* not ISO8859InputCodingSystem_INCLUDED */