Version:
~ [ 1.0 ] ~
1 /* charsets.h -- character set information and mappings
2
3 (c) 1998-2003 (W3C) MIT, ERCIM, Keio University
4 See tidy.h for the copyright notice.
5
6 $Id: charsets.h,v 1.1 2003/04/28 04:45:02 hoehrmann Exp $
7 */
8
9 uint GetEncodingIdFromName(ctmbstr name);
10 uint GetEncodingIdFromCodePage(uint cp);
11 uint GetEncodingCodePageFromName(ctmbstr name);
12 uint GetEncodingCodePageFromId(uint id);
13 ctmbstr GetEncodingNameFromId(uint id);
14 ctmbstr GetEncodingNameFromCodePage(uint cp);
15
This page was automatically generated by the
LXR engine.
Visit the LXR main site for more
information.