All the templates files are encoded in UTF-8.
So open the file templates/layout.tpl.html, check if exists a weird character somewhere and save the file as iso-8859-1.
Ok check the language file and your configuration file (if you have a custom file)
No custom configuration file. Language file looks fine.
I have just put the layout.tpl.html content in a chunk and called it via the &tplLayout parameter and that works. As a workaround I can set all the templates as chunks &tplResults , &tplResult etc but if I can get it to use the default files it would be much more simple.
ah, As I had not seen strange characters in the file I did not save it as ANSI . In doing so it seems to work. I’ll re-save all the other templates and hopefully that will be it. So have you changed the way you save the files in recent versions? Presumably anyone not using UTF-8 would need to do the same re-saving? Thanks for your help!