Skip to content

add Charset=utf-8 to IndexOptions #19

Description

@peterdd

as it sends this http header

Content-Type: text/html;charset=ISO-8859-1

on my server by default, but filesystem supports utf-8 names.

After adding Charset=utf-8 the server spits this http header:

Content-Type: text/html;charset=utf-8

The metatag

<meta charset="utf-8">

in header.html is ignored by browser in favor of http header value.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions