Both sites use the same basic template.
Both sites are on identically (I am told) configured servers belonging to the same web host company.
But the second site has multiple encoding issues: for example, the hyphens in this comment in my templates:
Code: Select all
<!-- Primary Page Layout
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
Code: Select all
–––––––––––––––––––––––––––––––––––––––––––––––––â€
I can remove the comment from the template, and then run into other similar character encoding problems. And the pages display as though some style sheets are not attached, although I have verified that they are in place.
These line is in my global settings:
Code: Select all
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
Placing
in the config.php removes some of the errors, but doesn't touch the string of hyphens noted above.$config['default_encoding'] = '';
$config['admin_encoding'] = 'utf-8';
$config['set_names'] = false;
I realise I have given quite sketchy details here, but wonder if anyone can suggest directions I might investigate.