HTML Tidy
5.4.0
The HTACG Tidy HTML Project
charsets.h
Go to the documentation of this file.
1
/* charsets.h -- character set information and mappings
2
3
(c) 1998-2006 (W3C) MIT, ERCIM, Keio University
4
See tidy.h for the copyright notice.
5
6
*/
7
8
uint
TY_
(GetEncodingIdFromName)(
ctmbstr
name);
9
uint
TY_
(GetEncodingIdFromCodePage)(
uint
cp);
10
uint
TY_
(GetEncodingCodePageFromName)(
ctmbstr
name);
11
uint
TY_
(GetEncodingCodePageFromId)(
uint
id);
12
ctmbstr
TY_
(GetEncodingNameFromId)(
uint
id);
13
ctmbstr
TY_
(GetEncodingNameFromCodePage)(
uint
cp);
ctmbstr
const tmbchar * ctmbstr
Definition:
tidyplatform.h:556
uint
unsigned int uint
Definition:
tidyplatform.h:525
TY_
#define TY_(str)
Definition:
forward.h:23
src
charsets.h
Generated by
1.8.14