You are here: : Homepage > Best practices > Sheet No8
The headers being returned by the server contain information relative to the character set which is being used.
Makes it possible for the navigator to apply the appropriate character encoding to display the page.
The HTTP content-type header charset field is set for example as follows : Content-Type: text/html; charset=iso-8859-1 according to the character set that is being used in the document and to its MIME type.
The W3C has published two tutorials dealing with this question:
Check for the presence of the charset in the Content-Type field returned by the server : http://www.delorie.com/web/headers.html