10
Red_Slider,
You are right. All files are writting in specifict encodings and you need to make sure the editor you are using will actually save the contents with that specific encoding.
Thus, if you try to show UTF8 encoded contents using ISO-8859-2 (pretty close to the Windows encoding in 1250), you will get two wierd looking characters for every character that's outside the normal (US) 128 chars in the ASCII definations.
The other way around, and you will also end up with some pretty strange characters.
However I don't think this is the problem here, as Lance actualy have the contents working, just with a different theme. This implies to me, that the contents is encoded correctly, but the visualisation (the theme) is screwed.
Best regards,
Daigoro