Hi, and thanks for the speedy reply!
So that’s not doing for the typographic apostrophe, I’m still getting the
'
.
So two questions: this is what I put in my ft.expresso.php file:
$data = str_replace('"', '"', $data); $data = str_replace(''', '’', $data); $options = array( 'text_format' => 'xhtml',
Does that look right?
Other question: I notice in the Expresso settings in EE this line: “Additional Entities to Escape” and “#39,#123,#125”
Would I need to do something with the #39?
|