I have a problem with UTF-8 coding. I have a server that is outside my country. Is it possible that it causes the problem? All is working fine in the server that is in my country.
Any idea for solution?
Can I force Webflow to create html with iso-8859-2 insted of UTF-8 ? Iso-8859-2 seems to work fine on the server that has problems with UTF-8.
Thanks Dave.
Just for your info. If I open exported html file in notepad, save as UTF-8 format and upload to server, it works fine even on the server outside my country. It seems like created html files have only meta tag UTF-8 inside the txt file but are not coded properly as UTF-8 (with Polish language).
Just read about coding, UTF-8 stays the only reasonable solution for creating my sites
Dave I just made another test. I used Programmer’s Notepad and checked encoding of exported html files.
They are encoded with UTF-8 no BOM. Saving as UTF-8 (with BOM) almost does the job. After uploading to server all works almost fine apart from the type of font. UTF-8 encoded letters starts to show, but type of font is changed.
Here you can see it: http://www.punt.pl/wedel/utf-8withBOM.jpg
Please check if html generator can save files to UTF-8 with BOM.