$NetBSD: patch-ai,v 1.2 2003/06/23 07:52:42 jlam Exp $ --- util/regx/XMLUniCharacter.cpp.orig Thu Mar 7 14:45:32 2002 +++ util/regx/XMLUniCharacter.cpp @@ -74,7 +74,7 @@ #include #if defined (XML_USE_ICU_TRANSCODER) - #include + #include #else #include #endif @@ -85,7 +85,7 @@ unsigned short XMLUniCharacter::getType(const XMLCh ch) { #if defined (XML_USE_ICU_TRANSCODER) - return (unsigned short) Unicode::getType(ch); + return (unsigned short) u_charType(ch); #else return (unsigned short) fgUniCharsTable[ch]; #endif