HTML Tidy
5.6.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:594
uint
unsigned int uint
Definition:
tidyplatform.h:554
TY_
#define TY_(str)
Definition:
forward.h:23
tidy-html5
src
charsets.h
Generated on Sat Nov 25 2017 15:29:20 for HTML Tidy by
1.8.12