I have words like this in my fields:
Überblick
When I save them to the database it becomes:
Ãberblick
I have tried:
htmlspecialchars
$db->escape
mysql_real_escape_string
What is the correct solution to saving this to a mysql database using PHP?