Weird Symbols
2 posts by 2 authors in: Forums > CMS Builder
Last Post: March 12, 2010 (RSS)
By dustindd - March 12, 2010
I'm getting weird symbols  “ instead of spaces and quotes in some of my pages generated through CMS Builder... I've tried re-importing my text in CMS Builder but I keep getting the same problem. Examples: http://www.dustindrorbaugh.com/html/news_and_articles.php Just click on any article to see what I mean.
Any ideas?
Any ideas?
Dustin Drorbaugh
http://www.DustinDrorbaugh.com
Follow Me On Twitter: http://www.twitter.com/dustindd
http://www.DustinDrorbaugh.com
Follow Me On Twitter: http://www.twitter.com/dustindd
Re: [dustindd] Weird Symbols
By gkornbluth - March 12, 2010
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
You page is using ISO 8869-1
Try changing that and your page should display correctly.
Best,
Jerry Kornbluth
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!
Take advantage of a free 3 month trial subscription, only for CMSB users, at: http://www.thecmsbcookbook.com/trial.php
Take advantage of a free 3 month trial subscription, only for CMSB users, at: http://www.thecmsbcookbook.com/trial.php