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 |
- RE: MSXML and Encoding, (continued)
- Bernhard Keil - Wed, 8 Sep 1999 15:32:08 +0200
- Steven Livingstone, ITS, SENM - Wed, 8 Sep 1999 16:02:42 +0100
- David Carlisle - Wed, 8 Sep 1999 16:37:26 +0100 (BST)
- Julian Reschke - Wed, 8 Sep 1999 18:02:23 +0200
- Steve Schafer - Wed, 08 Sep 1999 18:45:13 GMT <=
- Ian Brockbank - Wed, 8 Sep 1999 16:03:24 +0100
- Ian Brockbank - Wed, 8 Sep 1999 16:19:58 +0100
- Bernhard Keil - Wed, 8 Sep 1999 18:09:59 +0200
- Ian Brockbank - Wed, 8 Sep 1999 17:20:37 +0100
|
|