![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
My pages give the following unexplianed error; |
|
I/O Error: Invalid byte 2 of 4-byte UTF-8 sequence. Does anyone have a clue what this means |
|
and or how to fix it? |
#3
| |||
| |||
|
|
My pages give the following unexplianed error; I/O Error: Invalid byte 2 of 4-byte UTF-8 sequence. Does anyone have a clue what this means and or how to fix it? |
#4
| |||
| |||
|
|
My pages give the following unexplianed error; I/O Error: Invalid byte 2 of 4-byte UTF-8 sequence. Does anyone have a clue what this means and or how to fix it? |
#5
| |||
| |||
|
|
On Wed, 15 Oct 2003, Ned Harkey wrote: My pages give the following unexplianed error; If you provided a URL, we could all see the problem for ourselves. I/O Error: Invalid byte 2 of 4-byte UTF-8 sequence. Does anyone have a clue what this means Seems to me to mean precisely what it says. The first byte indicated that the utf-8 sequence was going to be 4 bytes long, but the second byte was inconsistent with that hypothesis. and or how to fix it? If you're aiming to send utf-8 coding, make sure it's valid utf-8: for security reasons the rejection of invalid utf-8 sequences is mandatory. If you weren't aiming to send utf-8 coding, then investigate why the software got the idea that it was. Without seeing the actual situation, I wouldn't care to guess at the details - or rather, any guess I might make could be wrong and liable to only mislead you further. |
#6
| |||
| |||
|
|
Ned Harkey wrote: My pages give the following unexplianed error; I/O Error: Invalid byte 2 of 4-byte UTF-8 sequence. Does anyone have a clue what this means and or how to fix it? A vague memory says: Use the same character encoding for your HTML and CSS and make sure the server is claiming the right encodings. |
#7
| |||
| |||
|
|
Dear Alan, Sorry, should have given you the examples. The web site that won't validate is; "http://www.gijoelinks.com/". Also, check one of my other sites which validates with no errors despite extremely similar html code; "http://music.deadbeatclub.com/". Note that both of these sites validated without error until just a few days ago. Not sure what is causing the error since the validator does not give any clues..? |
#8
| |||
| |||
|
|
Sorry, should have given you the examples. The web site that won't validate is; "http://www.gijoelinks.com/". |
|
validated without error until just a few days ago. |
|
Not sure what is causing the error since the validator does not give any clues..? |
#9
| |||
| |||
|
|
It's unfortunate that the HTML validator doesn't pick it up. It seems to be applying the rules of HTML in this regard, but the CSS validator is handling the XHTML according to the rules of XML. |
#10
| |||
| |||
|
|
On Thu, 16 Oct 2003 16:35:34 +0100, "Alan J. Flavell" flavell (AT) ph (DOT) gla.ac.uk> wrote: It's unfortunate that the HTML validator doesn't pick it up. It seems to be applying the rules of HTML in this regard, but the CSS validator is handling the XHTML according to the rules of XML. Which would be a bug, |
|
as it's an HTML document, |
|
and it should not be applying the rules of XHTML. |
![]() |
| Thread Tools | |
| Display Modes | |
| |