At 04:05 PM 11/18/99 -0500, [EMAIL PROTECTED] wrote:
>Strings - You can't define a DOM without using strings.  Java has a native
>Unicode support it their string class.  In C++ we need to roll our own.
>What would an abstract DOM use?  DOMString (as Xerces does now),
>std::basic_string<unsigned short>, or just express everything as XMLCh*, or
>something else?

Over in perl-land, they're forcing everything to UTF-8 for internal 
processing.  Simplifies quite a few things. -Tim

Reply via email to