﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
2088	Curly Braces save with tweaking but are lost on next edit.	Phillip Davis		"I have an easily reproducible case here where fckeditor will not allow me to use such config settings as:

FCKConfig.ProtectedTags = '&#123;|&#125;'

to protect the raw codes for { and }.  This seems to work to allow me to save them in the visible content, but as soon as I reload the editor, they're converted back to literal { and } which immediately dissappear.  The steps to reproduce are simple.  

1.  Use fckeditor to make something w/ curly braces, example ${SOME_VARIABLE} and want it to display as such, as if showing an example bit of code or required variable.  { and } are always lost on save as is the data between them.  If instead you use $&#123;SOME_VARIABLE&#125; it saves and is visible, but next edit they show up as { and } and when saved they are again lost as is any data between them.  I've tried the above mentioned special config setting so it ignores them, that is, I believe, what allows me to save them but doesn't help upon re-edit.  

Is this a valid bug and/or is there a workaround?

~Phil
"	Bug	closed	Normal		Core : Output Data		worksforme		
