I’m from Denmark where we have æ ø and å. I am currently using this charset:
<meta http-equiv='Content-Type' content='text/html; charset=ISO-8859-1' />
However, as you can see on http://www.bonusrunner.net/betfair.php, while there is no problem in the text in the main area, my headers, menu text, etc. do not show correctly.
As soon as I change the charset to
<meta http-equiv='Content-Type' content='text/html; charset=utf-8' />
it switches, and suddently my headers, menu text and so on display correctly.
Can I use multiple charsets, or is there another solution?
No, you can’t use multiple character sets.
What you need to do is convert the HTML, PHP and JavaScript files to UTF-8 — they are probably all currently encoded as
ISO-8859-1(Latin1).