I have a XalanDOMString and I want to get the data from it in UTF-8 or UTF-16. If I call XalanDOMString::transcode() it converts the data to my local code page, which I assume changes based on the locale my app is running in (correct?). What is the best way to either make sure my local code page is UTF-8 or do the conversion without involving transcoding to my local code page?
If this sort of thing is documented somewhere, please point me to that. The only documentation I've found is the doxygen and the samples. thanks, gabriel
