Hello everyone. I have a very strange problem.
I run a blog at http://www.larshvidberg.dk/blog/ and have problems with the WP-config file.
When I include the sentences
define('DB_CHARSET', 'utf8');
define('DB_COLLATE', '');
my blog shows perfectly in Firefox, but the Danish characters are wrong in Explorer.
However, if I leave the two sentences out, the blog shows perfectly in Explorer, but looks wrong in Firefox!!!
I have tried with different collation-values, but the same results.
Strangely: One post shows perfectly no matter what: http://www.larshvidberg.dk/blog/?p=1075
Recently I have converted my database from latin1 to utf8 using this plug-in: http://g30rg3x.com/utf8-database-converter. It worked, but perhaps some problems have arisen?
Any ideas?