Problem with greek text

  • Hello

    I have upgraded from Delphi 7 to Delphi 2009.
    If I change the language of non-unicode programs from greek to english
    some greek texts do not display properly in TWPRichText.
    Is there some setting I am missing?

    Thank you

    Yannis Makarounis

    • Offizieller Beitrag

    Hi,

    I assume you load the text from RTF code?

    Does the RTF text contain a code page for greek? Please post the header of it.

    If it does not contain a code page the RTF reader will use the standard one.

    You can also specify a code page in the format option

    WPRichtext.LoadFromFile( xxx, 'RTF-codepage:xxx')

    Julian