You are here: : Homepage > Best practices > Sheet No9
The source code of the pages contains information relative to the character set which is used.
Enable satisfactory off-line browsing of pages by indicating the character set to the navigator.
The <meta http-equiv="Content-Type" ...> element is set according to the effective document encoding and to the document MIME type in the form:
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> en HTML ;<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" /> ou <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=ISO-8859-1" /> en XHTML.Both the W3C and the WASPhave published tutorials dealing with this question:
Look at the source code of the page and search for the appropriate HTML meta tag.