--- parser3/src/include/pa_charset.h 2003/09/29 09:42:12 1.25 +++ parser3/src/include/pa_charset.h 2004/02/11 15:33:13 1.29 @@ -1,14 +1,14 @@ /** @file Parser: Charset connection decl. - Copyright (c) 2001-2003 ArtLebedev Group (http://www.artlebedev.com) + Copyright (c) 2001-2004 ArtLebedev Group (http://www.artlebedev.com) Author: Alexandr Petrosian (http://paf.design.ru) */ #ifndef PA_CHARSET_H #define PA_CHARSET_H -static const char* IDENT_CHARSET_H="$Date: 2003/09/29 09:42:12 $"; +static const char * const IDENT_CHARSET_H="$Date: 2004/02/11 15:33:13 $"; #include "pa_exception.h" @@ -24,6 +24,7 @@ namespace PCRE { #ifdef XML #include "libxml/encoding.h" +#include "gdome.h" #endif // defines @@ -168,7 +169,8 @@ private: extern Charset::UTF8CaseTable UTF8CaseToUpper; extern Charset::UTF8CaseTable UTF8CaseToLower; -void change_case_UTF8(const XMLByte* srcData, XMLByte* toFill, +void change_case_UTF8(const XMLByte* srcData, size_t srcLen, + XMLByte* toFill, size_t toFillLen, const Charset::UTF8CaseTable& table);