Re: MSXML and Encoding

Subject: Re: MSXML and Encoding
From: pandeng@xxxxxxxxxxxx (Steve Schafer)
Date: Wed, 08 Sep 1999 18:45:13 GMT
On Wed, 8 Sep 1999 16:02:42 +0100 , you wrote:

>Am I missing something *really* daft?

Well, I can't comment on the relative daftness, but what you're
missing is that characters such as è are represented by two-byte
sequences in UTF-8. In particular, è is represented by 0xC3 followed
by 0xA8, or è (represented as Latin-1 characters).

So the following should give you your è:

<?xml version='1.0' encoding='UTF-8'?>
<root>
è
</root>

-Steve


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread