Hi, I'm having problems with special characters not showing on the webpage I'm working on.
It doesn't seem to want to work no matter what I try.
I'm pretty sure UTF-8 SHOULD show German, so I don't know what it is.
http://www.p-soldiers.com/ge/germanabout.php
Here's what I have on the page:
<link type="text/css" href="../main.css" rel="stylesheet" title="menu" charset "UTF-8">
CSS
@charset "UTF-8";
default_charset = utf-8
.htaccess
AddCharset UTF-8 .html .php
I checked this particular page to make sure I had saved it in UTF-8 and made sure the characters weren't corrupted in the document when I opened it, and it appears to be fine.
http://www.p-soldiers.com/ge/germanabout.php
I contacted tech support for my host and they say it's not a problem on their side. How can I fix this? Please help! :(