Hello
When I use the editor to edit pages ,instead of hebrew character I am getting questions mark and strange symbols.
I edit the web.config like this but still the problem exist
<system.web>
<globalization
requestEncoding="windows-1255"
responseHeaderEncoding="windows-1255"
responseEncoding="windows-1255"
fileEncoding="windows-1255"
culture="he-IL"
uiCulture="he-IL"
/>
inide the aspx page I enter this lines
<CE:Editor id="Editor1" EnableStripScriptTags="false" EnableStripStyleTagsCodeInjection="false" EditCompleteDocument="true" AllowPasteHtml="false" ThemeType="Office2003_BlueTheme" runat="server" ></CE:Editor>
in page_load
Editor1.LoadHtml("somepage.htm");
by the way -I can write hebrew to the editor so the problem is only when import external page into the editor
What colud be the problem?
Thanks in advance
Baaroz