Sorry if this has been already asked. I searched and couldn't find anything.
I am using FCKeditor 2.5.1 (though I have tested this problem on older versions and received the same effect) and whenever a user puts a % sign in the text it removes the third character after it.
I am using ColdFusion as my server-side language and a SQL Server 2005 back-end. I originally thought it might be SQL or CF, but I did a CFDUMP of the form variables after the page posted and it appears to happen via pre-database interaction. In summary for non-coldfusion folks, the error seems to happen before any server-side code or database interaction.
Also, the percent signs are not in hyperlinks, this is purely copy.
Example:
"I have entered 100% of the text."
Becomes:
"I have entered 100% o the text."
Any help or where to look on this issue would be greatly appreciated.
Thanks,
Eric
I am using FCKeditor 2.5.1 (though I have tested this problem on older versions and received the same effect) and whenever a user puts a % sign in the text it removes the third character after it.
I am using ColdFusion as my server-side language and a SQL Server 2005 back-end. I originally thought it might be SQL or CF, but I did a CFDUMP of the form variables after the page posted and it appears to happen via pre-database interaction. In summary for non-coldfusion folks, the error seems to happen before any server-side code or database interaction.
Also, the percent signs are not in hyperlinks, this is purely copy.
Example:
"I have entered 100% of the text."
Becomes:
"I have entered 100% o the text."
Any help or where to look on this issue would be greatly appreciated.
Thanks,
Eric
Re: Percent sign removes the third character after it.
This is really important for a client of ours and help of any kind would be appreciated.
Re: Percent sign removes the third character after it.
What happens if you place the same html in a textarea and the send it to your server?