I have problem with German characters on my web site,
in html/php part of website i have this code to set utf-8:
<meta charset="utf-8">
in mysql, i have this code to set utf-8
SET CHARSET 'utf8';
Here is some word on German:
Gemäß
Here is how that word looks in mysql table:
Gemäß
Here is how that word is shown on the site:
Gemäß
What is a problem? Thanks.