CuteEditor support for arabic???

Last post 09-01-2010, 9:48 AM by Eric. 4 replies.
Sort Posts: Previous Next
  •  07-13-2010, 6:08 AM 62450

    CuteEditor support for arabic???

    إجلاء النازية تلك عن. أن لدحر الرئيسية وتم, الشهيرة أوراقهم النازية، ٣٠ ولم. باحتلال نورماندي بـ يبق, لغات ارتكبها البريطاني بعض من, ووصف الغزو عل وفي. مهاجمة ابتدعها شبح ان. أسيا ويتّفق الموسوعة بها أن, ربع بل فرنسا البريطاني. تلك ومطالبة باستحداث إذ, أم بعد وسوء الألمانية،, بل الأمم غرّة، حشد.
     
    Should be arabic above...
     
    But it's not being encoded...  see the html source...
     
    and editor.xhtml doesn't result in xhtml either????
  •  07-13-2010, 8:57 AM 62455 in reply to 62450

    Re: CuteEditor support for arabic???

    I tried the above arabic in the following example:
     
     
    It works fine for me.
     
    Do you mean you want CuteEditor encode the above arabic in the html view?

    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

  •  07-14-2010, 7:21 AM 62480 in reply to 62455

    Re: CuteEditor support for arabic???

    Maybe I am in error, but like cyrillic...where
     
    Δουλεύουν
     
    if I view the HTML source I see
     
    Δουλεύουν
     
    shouldn't that be the same for the arabic?
     
     
  •  09-01-2010, 9:35 AM 63791 in reply to 62480

    Re: CuteEditor support for arabic???

    Hi Mike (+future users!),
     
    I have the same problem as you and after a long chat with support it looks as though CE doesn't support encoding of characters for arabic.
     
    Here's what seems to be the encoding chart:
    http://en.wikipedia.org/wiki/ISO/IEC_8859-6
     
    Our SQL 2005 database does not seem to support arabic chars, so encoding them would be a great way around this.
     
    Hopefully CE will maybe introduce encoding for arabic characters in the future ;-)

    Regards,
    Marcus
  •  09-01-2010, 9:48 AM 63792 in reply to 62480

    Re: CuteEditor support for arabic???

    Dear mike.chambers,
     
    By default Cute Editor maps most special characters to the equivalent HTML entity automatically. You can turn it off by setting property "UseHTMLEntities"  to "false".
     
    You can do the following test:
    1. Update CuteEditor to:
    <CE:Editor id="Editor1" UseHTMLEntities="false"  runat="server" ></CE:Editor><br />
    2. Run CuteEditor, input  "Δουλεύουν" in tab "Normal"
    3. Switch to tab "HTML", you will find the following html code:
        "Δουλεύουν",  these input text is not converted.
    4. Update CuteEditor to:
    <CE:Editor id="Editor1" UseHTMLEntities="true"  runat="server" ></CE:Editor><br />
    2. Run CuteEditor, input  "Δουλεύουν" in tab "Normal"
    3. Switch to tab "HTML", you will find the following html code:
        "&#916;&#959;&#965;&#955;&#949;&#973;&#959;&#965;&#957;",  these input text is converted.
     
    Thanks for asking
     
     
     
View as RSS news feed in XML