Tagged Questions
5
votes
3answers
370 views
How to tell the Browser the character encoding of a HTML website regardless of Server Content-Type Header?
I have a HTML page that correctly (the encoding of the physical on disk matches it) announces it's Content-Type:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
...
6
votes
1answer
6k views
Character set not specified in HTTP headers error
When testing this page with Page Speed, I get the a Specify a character set error:
The following resources have no character set specified in their HTTP headers. Specifying a character set in HTTP ...