HTML Tidy  0.1
win32tc.h
00001 #ifndef __WIN32TC_H__
00002 #define __WIN32TC_H__
00003 #ifdef TIDY_WIN32_MLANG_SUPPORT
00004 
00005 /* win32tc.h -- Interface to Win32 transcoding routines
00006 
00007    (c) 1998-2006 (W3C) MIT, ERCIM, Keio University
00008    See tidy.h for the copyright notice.
00009 
00010    $Id: win32tc.h,v 1.3 2006/12/29 16:31:09 arnaud02 Exp $
00011 */
00012 
00013 uint TY_(Win32MLangGetCPFromName)(TidyAllocator *allocator,ctmbstr encoding);
00014 Bool TY_(Win32MLangInitInputTranscoder)(StreamIn * in, uint wincp);
00015 void TY_(Win32MLangUninitInputTranscoder)(StreamIn * in);
00016 int TY_(Win32MLangGetChar)(byte firstByte, StreamIn * in, uint * bytesRead);
00017 
00018 #endif /* TIDY_WIN32_MLANG_SUPPORT */
00019 #endif /* __WIN32TC_H__ */