Short. I am moving a database and webpage. It is now an exact copy but on the webpage it doesnt display the swedish characters correctly.
Example
VÃƑ„RMARE
should be VÄRMARE
In the old database it is VÄRMARE
in the new it is VÄRMARE
It is an old webpage on an old php version that when i am moving will be a much later php version and a mariaDB
.
I think it has to do with the collation in the database for the tables but in phpmyadmin 2.11.8.1
i can't se collation for the columns.
In the head i define
<meta charset="utf-8">
I don't even know where to start troubleshooting.
Any suggestions how to troubleshoot would be amazing for me.