﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
3865	.Net Version of FCKeditor Removes Carriage Returns	jbill		"In this ticket: http://dev.fckeditor.net/ticket/2608

The user was having an issue with Javascript because the FCKeditor was removing carriage returns. 

This user was using the Java version but I am using the .Net version so I looked at the .Net source and cannot find the same line:

String encodedValue = escapeXml(value.replaceAll(""((\r?\n)+|\t*)"", """")); 

Or anything similar.

I have found numerous instances of carriage returns being removed in the Javascript files of the FCKeditor so I believe there is something in the Javascript that I must remove to fix this issue.

After reading the ticket mentioned above it appears that this is not actually a bug but by design but is causing issues for me.

It would be nice if there was a setting where you could turn this feature on or off."	Bug	closed	Normal		Server : ASP.Net		expired		
