1 // DasherEncodingToCP.h
3 /////////////////////////////////////////////////////////////////////////////
5 // Copyright (c) 2002 Iain Murray, Inference Group, Cavendish, Cambridge.
7 /////////////////////////////////////////////////////////////////////////////
9 #ifndef __DasherEncodingToCP_h__
10 #define __DasherEncodingToCP_h__
12 #include "../../DasherCore/DasherTypes.h"
13 #include "WinHelper.h"
15 UINT
EncodingToCP(Dasher::Opts::AlphabetTypes Encoding
);
17 #endif /* #ifndef __DasherEncodingToCP_h__ */