in reply to Header, start_html and encodings
start_html specifies the character encoding as part of a <meta> tag within the body of the HTML document:Content-type: text/html; charset=UTF-8
Assuming a browser is standards compliant, both methods of specifying the content encoding would accomplish the same thing.<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8">
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Header, start_html and encodings
by dorward (Curate) on May 25, 2006 at 08:26 UTC |