I'd like to get my head around the various string types used in Xalan-C.

#ifdef XALAN_USE_NATIVE_WCHAR_T
XalanDOMChar is a wchar_t (is it interpreted as UTF-16 or as
UCS-2/UCS-4?)
#elsif
XalanDOMChar is a UTF-16 character
#endif

XMLCh is a wchar_t, how is that to be interpreted?

Cheers,
Brian

Reply via email to