Initial import of the CDE 2.1.30 sources from the Open Group.
[oweals/cde.git] / cde / programs / nsgmls / UTF8CodingSystem.h
1 /* $XConsortium: UTF8CodingSystem.h /main/1 1996/07/29 17:07:20 cde-hp $ */
2 // Copyright (c) 1994 James Clark
3 // See the file COPYING for copying permission.
4
5 #ifndef UTF8CodingSystem_INCLUDED
6 #define UTF8CodingSystem_INCLUDED 1
7
8 #include "CodingSystem.h"
9
10 #ifdef SP_NAMESPACE
11 namespace SP_NAMESPACE {
12 #endif
13
14 class SP_API UTF8CodingSystem : public CodingSystem {
15 public:
16   Decoder *makeDecoder() const;
17   Encoder *makeEncoder() const;
18 };
19
20 #ifdef SP_NAMESPACE
21 }
22 #endif
23
24 #endif /* not UTF8CodingSystem_INCLUDED */