From 4a557d97bfff5497500a6e707f7892cc4c092153 Mon Sep 17 00:00:00 2001 From: "William M. Brack" Date: Tue, 29 Jul 2003 04:28:04 +0000 Subject: fixed problem with comments reported by Nick Kew added routines * HTMLparser.c: fixed problem with comments reported by Nick Kew * encoding.c: added routines xmlUTF8Size and xmlUTF8Charcmp for some future cleanup of UTF8 handling --- include/libxml/encoding.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include') diff --git a/include/libxml/encoding.h b/include/libxml/encoding.h index 3c0fbb91..9841e14c 100644 --- a/include/libxml/encoding.h +++ b/include/libxml/encoding.h @@ -208,7 +208,6 @@ int xmlGetUTF8Char (const unsigned char *utf, */ int xmlCheckUTF8 (const unsigned char *utf); - int xmlUTF8Strsize (const xmlChar *utf, int len); xmlChar * xmlUTF8Strndup (const xmlChar *utf, @@ -220,9 +219,10 @@ int xmlUTF8Strloc (const xmlChar *utf, xmlChar * xmlUTF8Strsub (const xmlChar *utf, int start, int len); - int xmlUTF8Strlen (const xmlChar *utf); - +int xmlUTF8Size (const xmlChar *utf); +int xmlUTF8Charcmp (const xmlChar *utf1, + const xmlChar *utf2); #ifdef __cplusplus } #endif -- cgit v1.2.3