HTML Tidy
5.9.15
The HTACG Tidy HTML Project
charsets.h
Go to the documentation of this file.
1
#ifndef __CHARSETS_H__
2
#define __CHARSETS_H__
3
4
/* charsets.h -- character set information and mappings
5
6
(c) 1998-2021 (W3C) MIT, ERCIM, Keio University
7
See tidy.h for the copyright notice.
8
9
*/
10
11
TY_PRIVATE
uint
TY_
(GetEncodingIdFromName)(
ctmbstr
name);
12
TY_PRIVATE
uint
TY_
(GetEncodingIdFromCodePage)(
uint
cp);
13
TY_PRIVATE
uint
TY_
(GetEncodingCodePageFromName)(
ctmbstr
name);
14
TY_PRIVATE
uint
TY_
(GetEncodingCodePageFromId)(
uint
id);
15
TY_PRIVATE
ctmbstr
TY_
(GetEncodingNameFromId)(
uint
id);
16
TY_PRIVATE
ctmbstr
TY_
(GetEncodingNameFromCodePage)(
uint
cp);
17
18
#endif
/* __CHARSETS_H__ */
19
TY_PRIVATE
#define TY_PRIVATE
Definition:
forward.h:29
TY_
#define TY_(str)
Definition:
forward.h:23
uint
unsigned int uint
Definition:
tidyplatform.h:576
ctmbstr
const tmbchar * ctmbstr
Definition:
tidyplatform.h:624
tidy-html5
src
charsets.h
Generated on Thu Aug 19 2021 18:27:21 for HTML Tidy by
1.9.1