
gkornbluth
Veteran
Mar 12, 2010, 3:40 PM
Post #2 of 2
(1329 views)
Shortcut
|
Hi Dustitn, The normal character set that's used by CMS Builder and generated by the code generator is uft-8 At the top of the page <?php header('Content-type: text/html; charset=utf-8'); ?> and in the head section <meta http-equiv="Content-Type" content="text/html;charset=UTF-8" /> You page is using ISO 8869-1 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> Try changing that and your page should display correctly. Best, Jerry Kornbluth The first CMS Builder reference book is now available on-line! http://www.thecmsbcookbook.com
|