Topic: Encoding problems when trying to display forum content outside of foru
Hello, I'm trying to display my news from a special category in the forum on the front page.
But I get these encoding problems as shown in the image. It's the swedish character Ä that
is haunting me.
The foo_posts-table is utf8-general-ci according to phpMyAdmin and the html-file is also utf8:
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
More details
The result from the query is just echo'ed without any special work performed on it.
The data displays fine in phpMyAdmin.
So the question is, does PunBB perform any post-processing of the string after reading from
the database? I have tried looking into the source but it is still a bit advanced for me.