#380 missing encoding/charset information in fedorahosted webpages
Closed: Fixed None Opened 16 years ago by till.

The HTTP Content-Type header for
https://fedorahosted.org/web/
is Content-Type: text/html
but I guess it should be
Content-Type: text/html;charset=utf-8
because German umlauts appear as two special characters.
Also the html does not include a Content-Type meta tag, e.g.:
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
within the <head> section.


An "AddDefaultCharset UTF-8" is there now - thanks!

Login to comment on this ticket.

Metadata