can't see hebrew character when loading page into the editor

Last post 06-07-2011, 2:14 PM by Eric. 1 replies.
Sort Posts: Previous Next
  •  06-07-2011, 6:53 AM 67840

    can't see hebrew character when loading page into the editor

    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
  •  06-07-2011, 2:14 PM 67844 in reply to 67840

    Re: can't see hebrew character when loading page into the editor

    Dear Baaroz,
     
    Can you add the following properties to your page and try it again?
    <CE:Editor id="Editor1" UseHTMLEntities="false"  runat="server" ></CE:Editor><br />
          
    Thanks for asking
View as RSS news feed in XML