Re: Euro Symbol in XHTML

On Wed, 6 Feb 2002, Peter Schwab wrote:

> the use of "€"-symbol triggers the following error message:
>
> "Error: illegal character number 128 "
>
> Now that the euro is the official currancy in most countries of the EC, I
> believe this should be fixed.

It sounds like you and the validator disagree on the character encoding.
The byte with decimal value 128 is only the euro in windows-1252 and some
other proprietary encodings.  You would be better to use a standard
encoding such as UTF-8 or ISO-8859-1; in the latter case, you would need
to use € or a numeric reference since the euro isn't in ISO-8859-1.

-- 
Liam Quinn

Received on Thursday, 7 February 2002 01:16:12 UTC