blob: b5a11f99aeee64ee196972d6a6c7219ed371323a [file] [log] [blame]
Daniel Veillard891e4041998-10-19 00:43:02 +00001/*
2 * encoding.h : interface for the encoding conversion functions needed for
3 * XML
4 *
5 * Related specs:
6 * rfc2044 (UTF-8 and UTF-16) F. Yergeau Alis Technologies
7 * [ISO-10646] UTF-8 and UTF-16 in Annexes
8 * [ISO-8859-1] ISO Latin-1 characters codes.
9 * [UNICODE] The Unicode Consortium, "The Unicode Standard --
10 * Worldwide Character Encoding -- Version 1.0", Addison-
11 * Wesley, Volume 1, 1991, Volume 2, 1992. UTF-8 is
12 * described in Unicode Technical Report #4.
13 * [US-ASCII] Coded Character Set--7-bit American Standard Code for
14 * Information Interchange, ANSI X3.4-1986.
15 *
16 * Original code from "Martin J. Duerst" <duerst@w3.org>
17 *
18 * See Copyright for the status of this software.
19 *
Daniel Veillard891e4041998-10-19 00:43:02 +000020 * Daniel.Veillard@w3.org
21 */
22
23#ifndef __XML_ENCODING_H__
24#define __XML_ENCODING_H__
25
26#ifdef __cplusplus
27extern "C" {
28#endif
29
30#ifdef __cplusplus
31}
32#endif
33
34#endif /* __XML_ENCODING_H__ */