-----Ursprungligt meddelande-----
Från: Joe Fawcett [mailto:joefawcett(_at_)hotmail(_dot_)com]
Skickat: den 7 augusti 2005 10:46
Till: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
Ämne: Re: [xsl] output encoding problem (can't get UTF-8)
Well it seems like your com object then. When you do this
domXML.loadXML(o.Document)
You are loading a UTF-16 string, is that correctly represented by the com
object? Do you have the source for the com class?
Joe
I didn't know loadXML loads a UTF-16 string.. maybe that's the problem.
Can't I specify that I want to read it as a UTF-8 string? (sorry that this
has turned into a non XSL-question, but still it might interest someone
later on how this apparent XSL problem was solved).
I don't have the code, someone else has programmed it, but that I can ask
the programmer and also get the code if I want.
But I believe that the com gives me UTF-8. If it's interpreted as UTF-16, of
course that will be a problem. :)
So if the com object spits out UTF-16 everything should be fine?
/Gabriel
--~------------------------------------------------------------------
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--