When autogenerating a html file Guiguts selects charset=ascii. The W3C Markup Validator flags this as an error and states that the correct setting should be charset=us-ascii.
Steps:
First 5 lines of Default header:
<meta http-equiv="Content-Type" content="text/html;charset=BOOKCHARSET"> First 5 lines of Autogenerated Header: > <meta http-equiv="Content-Type" content="text/html;charset=ascii"> W3C Validator Notes and Potential Issues >The following notes and warnings highlight missing or conflicting information which caused the validator to perform some guesswork prior to validation, or other things affecting the output below. If the guess or fallback is incorrect, it could make validation results entirely incoherent. It is highly recommended to check these potential issues, and, if necessary, fix them and re-validate the document. > Warning Character Encoding suggestion: use us-ascii instead of ascii > The character encoding declared for this document (ascii) may not be widely supported. This encoding is equivalent to us-ascii which may be better supported across platforms.<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
Anonymous
Duplicate of #91.