Beiträge von Anjali

    Hi
    I am loading a file in TWPRichText component, which contain some hebrew text. The file is in UTF-8 encoding. The file get successfully loaded, but the hebrew characters are replaced by ? mark. Please suggest what all properties i have to set to get the hebrew characters displayed in WPRichText control.

    Thanks in advance

    Hi

    I load a RTF in WPRichText, it display exactly what we see when we open a RTF in Microsoft Word.

    But problem arises when i save this file and again open it in Microsoft Word, it does not show highlighted text, and all the RTF setting got change in it too.

    I m using following statements to load and save the RTF file:

    LoadFromFile(XMLFile, true, "RTF");
    XMLMemo->SaveToFile(xOutputFile, false, "RTF");

    Thanks
    Anjali