Click to See Complete Forum and Search --> : Validation Hindered By Char-set Error
Paul Jr
11-29-2003, 03:53 PM
If you visit this link (http://validator.w3.org/check?uri=http%3A%2F%2Ftc-rpg.com.co.nr%2Flevelingup.html), you'll see what I mean.
I'm not sure I get exactly what that means... and I sure as hell don't know how to fix it.
fredmv
11-29-2003, 03:58 PM
Change this:<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> To this:<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=iso-8859-1" />
On line 26, you obviously used some character that is not a valid part of the UTF-8 Character set...
Paul Jr
11-29-2003, 07:02 PM
Fredmv, I took your suggestion and changed it, on both pages, and it works excellently -- thanks.
Just one question: What's the difference between the two? Why'd the one work when the other one did not?
fredmv
11-29-2003, 08:57 PM
No problem. Just as pyro said, I suppose you were using a character in which wasn't a part of the UTF-8 character set which then resulted in the parse error.