Hi all,
I'm using FckEditor in order to insert some text in my database.
If I use the symbol apostrophe it will be saved in the DB as /'. This is correct because otherwise the apostrophe will mess up the SQL code. The problem is that when I load the text back into the editor I see /' instead of the apostrophe and next time //', ///' etc. How can I fix the problem?
Thanks a lot
Stefano
I'm using FckEditor in order to insert some text in my database.
If I use the symbol apostrophe it will be saved in the DB as /'. This is correct because otherwise the apostrophe will mess up the SQL code. The problem is that when I load the text back into the editor I see /' instead of the apostrophe and next time //', ///' etc. How can I fix the problem?
Thanks a lot
Stefano
Re: Problem with apostrophe ( ' ) symbol
Customer and Community Manager, CKSource
Follow us on: Facebook, Twitter, LinkedIn
If you think you found a bug in CKEditor, read this!
Problem with apostrophe ( ' ) symbol
If you want you can either replace the apostrophe with another character which users donChr(34)t usually use like "~", ":" , or any special character that you could only know. Then if you display it to a grid or retrieve it back use an SQL to replace that character again to apostrophe.
Thanks
www.myniagaratours.com