I have made a website with Composite C1. Everything was OK when I was running it locally on my developer machine, but when I uploaded it to the server, some of the strings had wrong character encoding.
The problem is that page template files are ANSI encoded. On my developer machine I have regional settings set to czech, so every ANSI file is by default treated like it is in czech laguage. But my server machine was set (Control Panel / Region / Administrative / Language for non-Unicode programs) to handle ANSI files as they are english. So when the page was rendered, all strings that were hardcoded to page templates were displayed incorrectly.
So I had to change that language settings in control panel to czech, that solved the problem, but is looks like it is a very ugly fix. This way I could not have two Composite C1 websites in different laguage, because one of them will always be displayed incorrectly. So what am I doing wrong? There must be something I am missing...
The problem is that page template files are ANSI encoded. On my developer machine I have regional settings set to czech, so every ANSI file is by default treated like it is in czech laguage. But my server machine was set (Control Panel / Region / Administrative / Language for non-Unicode programs) to handle ANSI files as they are english. So when the page was rendered, all strings that were hardcoded to page templates were displayed incorrectly.
So I had to change that language settings in control panel to czech, that solved the problem, but is looks like it is a very ugly fix. This way I could not have two Composite C1 websites in different laguage, because one of them will always be displayed incorrectly. So what am I doing wrong? There must be something I am missing...