[css-d] http://validator.w3.org can not validate a page

2008-11-23 Thread Paul Jung
Hello there,



I used  http://validator.w3.org to check a page: 
http://www.europeeurope.net/index.php but it returned with such erroe:

Sorry, I am unable to validate this document because on line 454 it contained 
one or more bytes that I cannot interpret as utf-8 (in other words, the bytes 
found are not valid values in the specified Character Encoding). Please check 
both the content of the file and the character encoding indication. 

The error was: utf8 \xE4 does not map to Unicode 



Does anybody know anything about that? Thank you!



Paul
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Re: [css-d] http://validator.w3.org can not validate a page

2008-11-23 Thread Michael Adams
On Sun, 23 Nov 2008 14:23:39 +0100
Came this utterance fomulated by Paul Jung to my mailbox:

 Hello there,
 
 
 
 I used  http://validator.w3.org to check a page:
 http://www.europeeurope.net/index.php but it returned with such erroe:
 
 Sorry, I am unable to validate this document because on line 454 it
 contained one or more bytes that I cannot interpret as utf-8 (in other
 words, the bytes found are not valid values in the specified Character
 Encoding). Please check both the content of the file and the character
 encoding indication. 
 
 The error was: utf8 \xE4 does not map to Unicode 
 
 
 
 Does anybody know anything about that? Thank you!
 

Not a CSS issue. I replied off list.

-- 
Michael

All shall be well, and all shall be well, and all manner of things shall
be well

 - Julian of Norwich 1342 - 1416
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] http://validator.w3.org can not validate a page

2008-11-23 Thread Jukka K. Korpela
Paul Jung wrote:

 I used  http://validator.w3.org to check a page:
 http://www.europeeurope.net/index.php but it returned with such
 erroe:

 Sorry, I am unable to validate this document because on line 454 it
 contained one or more bytes that I cannot interpret as utf-8

This has nothing to do with CSS. Please check the www-validator page for the 
discussion list on it and its archives (the error message you got is 
misleading, but there's been a recent discussion that may clarify). In fact 
the problem is at the character level: the data is not in the declared 
encoding - in this case, it is purported to be UTF-8 encoded but contains 
byte sequences that must not appear in UTF-8.

ObCSS: A similar problem may arise with a CSS file, though this is much less 
common. If you suspect that your file (whether HTML, CSS, plain text, or 
something else) that you expect to be UTF-8 encoded has encoding errors, you 
might download and install e.g. the BabelPad editor, then open the file with 
it. It seems say File opened with errors, and it will report the lines 
that have character-level data errors, when you select Tools/Document 
analysis (or press F7). There may well be editors that do such reporting 
much better.

-- 
Yucca, http://www.cs.tut.fi/~jkorpela/ 

__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/