For our product we need to use braces {} to personalize newsletters, one of the personalized items is an unsubscribe link in which these braces are needed for {unsubscribe}.
In IE7 (on Vista Business and on Windows XP Professional) these braces are translated to %7B and %7D if they are placed inside a link.
The editor is inserted as follows
<
CE:Editor id="Editor1" EditorWysiwygModeCss="css/editor.css" runat="server" SecurityPolicyFile="Admin.config" URLType="Absolute" EnableStripScriptTags="false" Height="500" ThemeType="Office2003">
Switching to SiteRelative or setting UseHtmlEntities to false does not seem to help either. Do you got any idea why the cute editor on IE7 seems to translate the brackets and IE6 does not?