Forum Moderators: mack
[webmasterworld.com...]
To be more specific, I have a table in MySQL wich has to be displayed in HTML with PHP. In MySql the table looks fine, but in HTML it replaces all special characters with strange ones.
The language I have to use is danish.
So if somebody can help me, it would be great.
Have a look if you have time, to see for yourself.
[eehlis.com...]
Ruxique
Do this test: use a simple text editor like Wordpad and create a new (.html) file.
Copy and paste the lines below in that file and when you save this file, choose save as Unicode document.
Then view it in your browser.
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Test</title>
</head>
<body>
Replace this sentence with a sentence in Danish.
</body>
</html>