On Thursday 2002-06-13 14:23, Robert Buck wrote: > Often times one uses ICU with Xerces. Take a look at ICU's conversion > API's. And just check on the internal guts of your std::string class to > understand the relationship between its handling of Unicode code-units > vs code-points. Some implementations may differ.
I guess that's a misunderstanding - I don't really care about proper unicode handling (in this case). If the thing can only handle latin-1 or so that's fine with me. My problem is that I'd simply need an equivalent to XMLString::transcode () that can convert not-null-delimited XMLChar* "strings" (like the one passed to ContentHandler::character() ) to char* strings that can be fed to std::string. I mean, it has to be there somewhere, but I can't find it. -- Christian Reiniger LGDC Webmaster (http://lgdc.sunsite.dk/) REALITY.SYS corrupted ... reboot Universe [Y,n]? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
