utf-8, norwegian signs and mysql
Posted: Fri Aug 14, 2009 10:08 am
Hi all,
I have searched the web allaround, but cannot find any solution for my problem.
In my page, I have (of course) the meta-tag:
And my mysql-db is set to utf-8 (both db and each of my varchar-rows).
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?
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?