fancy-index icon indicating copy to clipboard operation
fancy-index copied to clipboard

add Charset=utf-8 to IndexOptions

Open peterdd opened this issue 5 years ago • 1 comments

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.

peterdd avatar Nov 14 '19 16:11 peterdd

Without changing anything: image

DionPotkamp avatar Aug 08 '20 10:08 DionPotkamp