[cc-devel] [ cctools-Bugs-1437065 ] Pages are not validating for cchost in SVN

SourceForge.net noreply at sourceforge.net
Mon Nov 3 21:10:35 EST 2008


Bugs item #1437065, was opened at 2006-02-22 16:41
Message generated for change (Comment added) made by tanjir
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=559966&aid=1437065&group_id=80503

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: cchost
Group: None
Status: Closed
Resolution: Wont Fix
Priority: 8
Private: No
Submitted By: Jon Phillips (kidproto)
Assigned to: Jon Phillips (kidproto)
Summary: Pages are not validating for cchost in SVN

Initial Comment:
http://validator.w3.org/check?uri=http%3A%2F%2Fopenclipart.org%2Fcchost%2F&charset=%28detect+automatically%29&doctype=Inline&verbose=1

Need to fix the basic validation of the HTML.

----------------------------------------------------------------------

Comment By: tanjir (tanjir)
Date: 2008-11-03 20:10

Message:
This happened due to wrong encoding (here utf-8). Any encoding from
iso-8859-1 to 16 will work. 
Solution is following:
Replace <meta content="text/html; charset=UTF-8"
http-equiv="Content-Type"/> with <meta content="text/html;
charset=ISO-8859-1" http-equiv="Content-Type"/> in affected files.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=559966&aid=1437065&group_id=80503


More information about the cc-devel mailing list