Until last friday they showed up normally, cause the site was on my computer. Now I put the stuff on a server and each ä is À~ or so. So it thought installing the utf-8 files might help. Well after installing those all ä, ö, Ä, Ö, and å, Å have become unreadable on my localhost version as well. haven't uploaded utf-8 stuff on server to see if paradoxically they would now show up the right way there.
Is there any way to enforce UTF8?
Would changing these lines in my language.php:s help (?) f.i.:
finnish.php:
swedish.php:Code:@setlocale(LC_ALL, 'fi_FI.ISO_8859-15' , 'fi_FI' , 'Finnish');
english.php:Code:setlocale(LC_TIME, 'sv_SE.ISO_8859-1');
AND how about the tables in the mysql? I installed the utf8 pack and it now added the zc_install/sql/ folder with a mysql_zencart.sql file. Could it be I just need to update my tables with this, and HOW to do that, since the sql update in admin doesn't recommend using the direct method...Code:setlocale(LC_TIME, 'en_US.ISO_8859-1');
and nothing happens automatically though it's in the zc_install directory as the admin sql update suggests
![]()





