1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-10-26 00:37:43 +03:00

added UTF-8 string checking, raise a problem, need debug Daniel

* debugXML.c include/libxml/xmlerror.h: added UTF-8 string checking,
  raise a problem, need debug
Daniel
This commit is contained in:
Daniel Veillard
2004-10-15 14:50:10 +00:00
parent 43b8e5790c
commit c6095788c4
4 changed files with 35 additions and 7 deletions

View File

@@ -777,7 +777,7 @@ typedef enum {
XML_CHECK_WRONG_PARENT,/* 5029 */
XML_CHECK_NS_SCOPE, /* 5030 */
XML_CHECK_NS_ANCESTOR, /* 5031 */
XML_CHECK_ /* 5032 */
XML_CHECK_NOT_UTF8 /* 5032 */
#if 0
XML_CHECK_, /* 5033 */
XML_CHECK_X /* 503 */