Arabic Language not supported

  •  08-16-2009, 8:16 AM

    Arabic Language not supported

    Hello there,
     
    I'm evaluating the cute editor using ASP.NET and i'm using the cute editor assembly to convert "rtf" to "HTML" using the following API:

    Dim a As New CuteEditor.Convertor.RTF.RTF2HTML(richTextBox.Text)

    Response.Write(a.ParseRTF())
     
    The problem is that the arabic langurage is displayed as rubbish characters.
    i tried to change the culture to Arabic, and set the page encoding to "utf-8" or "windows-1256", but it didn't help.
     
    Kindly advise,
     
    Thank you,
View Complete Thread