nonphixion Posted March 22, 2007 Share Posted March 22, 2007 Hi all, Have an issue with text not displaying correctly, check out buildingmaine.com Stuff like: Open The Door to Your Dreams, From Design to Detail… We’re the Good Service Builder Comes out: Open The Door to Your Dreams, From Design to Detail� We�re the Good Service Builder Any ideas to what might be causing this? Many thanks Link to comment https://forums.phpfreaks.com/topic/43892-text-not-displaying-correctly/ Share on other sites More sharing options...
per1os Posted March 22, 2007 Share Posted March 22, 2007 Smart quotes. They suck. Link to comment https://forums.phpfreaks.com/topic/43892-text-not-displaying-correctly/#findComment-213069 Share on other sites More sharing options...
nonphixion Posted March 22, 2007 Author Share Posted March 22, 2007 So basically no workaround? :/ Link to comment https://forums.phpfreaks.com/topic/43892-text-not-displaying-correctly/#findComment-213074 Share on other sites More sharing options...
per1os Posted March 22, 2007 Share Posted March 22, 2007 Do a str_replace(smartquotecharhere, "'", $string); Thats about it as far as I know, google php and smartquotes you will find some good functions. Link to comment https://forums.phpfreaks.com/topic/43892-text-not-displaying-correctly/#findComment-213075 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.