~ubuntu-branches/ubuntu/precise/tidy/precise-updates

« back to all changes in this revision

Viewing changes to src/win32tc.h

  • Committer: Bazaar Package Importer
  • Author(s): Jason Thomas
  • Date: 2005-04-20 11:22:49 UTC
  • mfrom: (0.2.1 upstream) (1.1.2 hoary)
  • Revision ID: james.westby@ubuntu.com-20050420112249-mygnr5vcrutwsen3
Tags: 20050415-1
New upstream release 

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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-2003 (W3C) MIT, ERCIM, Keio University
 
8
   See tidy.h for the copyright notice.
 
9
 
 
10
   $Id: win32tc.h,v 1.1 2003/04/25 04:26:12 hoehrmann Exp $
 
11
*/
 
12
 
 
13
uint Win32MLangGetCPFromName(ctmbstr encoding);
 
14
Bool Win32MLangInitInputTranscoder(StreamIn * in, uint wincp);
 
15
void Win32MLangUninitInputTranscoder(StreamIn * in);
 
16
int Win32MLangGetChar(byte firstByte, StreamIn * in, uint * bytesRead);
 
17
 
 
18
#endif /* TIDY_WIN32_MLANG_SUPPORT */
 
19
#endif /* __WIN32TC_H__ */