I've noticed a strange behavior on fckeditor about single quotes. It does make a transformation to ' when it loads the data. But during editing, and specialy during post, it does not process anymore. I've made a fix so that the transformation occurs at post time. Where should i send the fix, so it can be included in the next versions?
Thu, 07/06/2006 - 12:54
#1
RE: Fixed single quote problem
where have you posted the fix? i badly need it. thanks in advance.
chiel
RE: Fixed single quote problem
FCKeditor1.Value = Replace(FCKeditor1.Value,"'", "’")
FCKeditor1.Value = Replace(FCKeditor1.Value,"`", "’")
add this before writing to database