Hi,
A slight problem with encodings again...
Language files and database are ISO-8859-15 which work perfectly on my devbox and with all the shops I've installed in the past.
Now this one shop I'm doing now sends the catalog as UTF-8, meaning all the äöåÄÖÅ characters are messed up!
If I change the encoding by hand in firefox to ISO-8859-15 the page shows correctly....
Admin side sends pages as ISO-8859-15 and shows all characters correctly.
I've debugged the catalog side with firefox addon "Live HTTP headers" and it shows a line like this:
Content-Type: text/html; charset=UTF-8
Now the question is, how do I change the Content-Type ??
The encoding settings in language files are set up correctly and the shop has a "<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15" />
" header in the html.
Also I've tried to set up the encoding in .htaccess file in the root with all sorts of different setting I've managed to find in the web so far.
Any help would be greatly appriciated!




