Forum Moderators: open
Can we include both meta tags for the character set for both audiences without penalty to broswers?
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
Cheers,
CaboWabo
Can we include both meta tags for the character set for both audiences without penalty to broswers?
No, because your web pages can only be in one of the two encodings, you should know which one that is. Including both tags will only confuse your vistors' browsers.
Having said that, ISO-8859-1 should be enough for most Western European countries.