I moved this from to the developer discussion, I have just installed CMSMS 1.5.2, and when I create a page, my menu text, title, and breadcrumbs do not render out the HTML characters when I view the source code, using iso-8859-1 as my character set.
For example, when I view the source of my page, the word Montréal renders out as:
Code: Select all
Montréal
Code: Select all
Montréal
1. Updated my config file by changing the default coding to iso-8859-1:
Code: Select all
$config['default_encoding'] = 'iso-8859-1';
Code: Select all
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1"/>
Any suggestions on how to get this working, or if anyone ran into the same problems? Personally, I dont mind using UTF-8, but government of Canada site regulations want me to use iso-8859-1.
http://www.tbs-sct.gc.ca/clf2-nsi2/tb-b ... so-eng.asp
FYI, I can use numeric characters as well, does not have to be named characters:
Thanks,
Joe Cannes