When I save a quote " ’ " in a field, it renders me a " ’ " … strange … I just want a " ’ "
Anyone would know what is happenning ?
Thank you
A quote in a field might render into a wrong code in php (mismatching quotes). In php the ’ needs to be escaped.
How are you trying to save this quote? Through programming? SC interface?
regards,
Bernhard Bernsmann
do u mean a free text field that user enters and it is going to db as ’ ??
I mean with sc interface saved like this ’ in the db
Hello,
What charset do you have set under your connection properties? What collation are you using on your DB?
regards,
Bernhard Bernsmann