Skip to content

Feature request: add meta tag that matches actual output character encoding #456

Closed
@AthanasiusOfAlex

Description

@AthanasiusOfAlex

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions