I have searched the web allaround, but cannot find any solution for my problem.
In my page, I have (of course) the meta-tag:
Code: Select all
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">Still, when I input æ/ø/å into this, they are set as åæøin the db.
When I "select" them and post them to index.php again, they still get listed as åæø, but I want it to be correct in my DB.
Help?