]> granicus.if.org Git - libexpat/commit
Revise the XML_GetFeatureList() function signature so that we maintain the
authorFred L. Drake, Jr. <fdrake@users.sourceforge.net>
Thu, 29 Aug 2002 04:54:04 +0000 (04:54 +0000)
committerFred L. Drake, Jr. <fdrake@users.sourceforge.net>
Thu, 29 Aug 2002 04:54:04 +0000 (04:54 +0000)
commite5cf5091157dcfb2874472a49368bd07012ce6f0
treea66386ae029fc49409796036ad17452ed8488d0c
parentd9be20e8f08060a0d59b2d30fde712e5bb2214a5
Revise the XML_GetFeatureList() function signature so that we maintain the
behavior that all strings returned from Expat are affected by the XML_UNICODE
and XML_UNICODE_WCHAR_T feature-test macros, and ensure that an application
that needs to determine what type of character data is returned can do so
with reasonable ease.
expat/doc/reference.html
expat/lib/expat.h
expat/lib/xmlparse.c
expat/xmlwf/xmlwf.c