Forum Moderators: open
<meta http-equiv = "Content-Type" content = "text/html; charset=UTF-8"> <meta name = "description" content = "blahblah". <meta name = "robots" content = "noindex"> <meta name = "keywords" content = "spam viagra spam porn spam cialis spam hardcore spam"> <meta http-equiv = "Content-Type" content = "text/html; charset=UTF-8">
or, ahem, whatever charset you actually use. Your name strongly suggests that UTF-8 is the best choice.
<meta charset="UTF-8" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta charset="UTF-8"> You should definitely use HTTP header declarations if it is likely that the document will be transcoded (ie. the character encoding will be changed by intermediary servers), since HTTP declarations have higher precedence than in-document ones.
Otherwise you should use HTTP headers if it makes sense for any type of content, but in conjunction with an in-document declaration (see below). You should always ensure that HTTP declarations are consistent with the in-document declarations.