Edit

kc3-lang/libxml2/encoding.h

Branch :

  • Show log

    Commit

  • Author : Daniel Veillard
    Date : 1998-10-19 00:43:02
    Hash : 891e404a
    Message : Added the UTF-8, UTF-16 and ISO Lat 1 conversion routines, not yet used, Daniel.

  • encoding.h
  • /*
     * encoding.h : interface for the encoding conversion functions needed for
     *              XML
     *
     * Related specs: 
     * rfc2044        (UTF-8 and UTF-16) F. Yergeau Alis Technologies
     * [ISO-10646]    UTF-8 and UTF-16 in Annexes
     * [ISO-8859-1]   ISO Latin-1 characters codes.
     * [UNICODE]      The Unicode Consortium, "The Unicode Standard --
     *                Worldwide Character Encoding -- Version 1.0", Addison-
     *                Wesley, Volume 1, 1991, Volume 2, 1992.  UTF-8 is
     *                described in Unicode Technical Report #4.
     * [US-ASCII]     Coded Character Set--7-bit American Standard Code for
     *                Information Interchange, ANSI X3.4-1986.
     *
     * Original code from "Martin J. Duerst" <duerst@w3.org>
     *
     * See Copyright for the status of this software.
     *
     * $Id$
     *
     * Daniel.Veillard@w3.org
     */
    
    #ifndef __XML_ENCODING_H__
    #define __XML_ENCODING_H__
    
    #ifdef __cplusplus
    extern "C" {
    #endif
    
    #ifdef __cplusplus
    }
    #endif
    
    #endif /* __XML_ENCODING_H__ */