HTML Tidy  5.4.0
The HTACG Tidy HTML Project
win32tc.h
Go to the documentation of this file.
1 #ifndef __WIN32TC_H__
2 #define __WIN32TC_H__
3 #ifdef TIDY_WIN32_MLANG_SUPPORT
4 
5 /* win32tc.h -- Interface to Win32 transcoding routines
6 
7  (c) 1998-2006 (W3C) MIT, ERCIM, Keio University
8  See tidy.h for the copyright notice.
9 
10 */
11 
12 uint TY_(Win32MLangGetCPFromName)(TidyAllocator *allocator,ctmbstr encoding);
13 Bool TY_(Win32MLangInitInputTranscoder)(StreamIn * in, uint wincp);
14 void TY_(Win32MLangUninitInputTranscoder)(StreamIn * in);
15 int TY_(Win32MLangGetChar)(byte firstByte, StreamIn * in, uint * bytesRead);
16 
17 #endif /* TIDY_WIN32_MLANG_SUPPORT */
18 #endif /* __WIN32TC_H__ */
unsigned char byte
Definition: tidyplatform.h:550
const tmbchar * ctmbstr
Definition: tidyplatform.h:556
Bool
Definition: tidyplatform.h:593
unsigned int uint
Definition: tidyplatform.h:525
#define TY_(str)
Definition: forward.h:23