Closed
Description
Tidy currently allows you to output a document in 14 character encodings. The problem is, unless you use ascii, the web browser generally gets confused by it. It would be nice if Tidy had the option of adding the "meta" tag that matches the encoding, e.g.,
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
for UTF-8 (which is the default). For the moment, I have to add this line manually.