diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2003-08-14 12:19:54 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2003-08-14 12:19:54 +0000 |
commit | ab1ae3a7685fb7891ef8f6540a0612170300b151 (patch) | |
tree | d5d0c5e6ac02b1c0a962e695605008740f465d51 /include/libxml | |
parent | ccf996fca0d0a22d56b8fdd63551dd14ebeb360f (diff) | |
download | libxml2-ab1ae3a7685fb7891ef8f6540a0612170300b151.tar.gz |
applied UTF-16 encoding handling patch provided by Mark Itzcovitz more
* encoding.c: applied UTF-16 encoding handling patch provided by
Mark Itzcovitz
* encoding.c parser.c: more cleanup and fixes for UTF-16 when
not having iconv support.
Daniel
Diffstat (limited to 'include/libxml')
-rw-r--r-- | include/libxml/parserInternals.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libxml/parserInternals.h b/include/libxml/parserInternals.h index 8507442b..aec4a823 100644 --- a/include/libxml/parserInternals.h +++ b/include/libxml/parserInternals.h @@ -295,7 +295,7 @@ void xmlParseElement (xmlParserCtxtPtr ctxt); xmlChar * xmlParseVersionNum (xmlParserCtxtPtr ctxt); xmlChar * xmlParseVersionInfo (xmlParserCtxtPtr ctxt); xmlChar * xmlParseEncName (xmlParserCtxtPtr ctxt); -xmlChar * xmlParseEncodingDecl (xmlParserCtxtPtr ctxt); +const xmlChar * xmlParseEncodingDecl (xmlParserCtxtPtr ctxt); int xmlParseSDDecl (xmlParserCtxtPtr ctxt); void xmlParseXMLDecl (xmlParserCtxtPtr ctxt); void xmlParseTextDecl (xmlParserCtxtPtr ctxt); |