Page 1 of 1

Delta symbol appears as a question mark

Posted: Mon Jun 18, 2007 9:50 am
by ChristopheA
Hi there,

I have a RTF text that include a delta symbol (∆), when I try to display it in RichView I get a question mark (?)
any idea what is going on?

Thanks

Posted: Tue Jun 19, 2007 11:08 am
by Sergey Tkachenko
Please send this RTF file to me by e-mail

Posted: Fri Jun 22, 2007 10:16 am
by ChristopheA
Sorry to have bothered you, I found a solution.

For anyone with the same problem:

The text was using the Delta symbol from a Font (Arial I think), I changed it to a the Font (Symbol) things work now :)

Thanks

Regards

Christophe

Posted: Sun Jun 24, 2007 7:34 am
by Sergey Tkachenko
Ok. If Delta was from Arial font, and I guess it was inserted as Unicode character in RTF. So this character can be loaded correctly in 2 cases:
1) Language of this RTF file is Greek, and it will be loaded in GREEK_CHARSET
2) You can use Unicode, assigning RichView.RTFReadProperties.UnicodeMode to rvruOnlyUnicode or rvruMixed. In the former case, all text from RTF will be loaded as Unicode. In the latter case, only this Delta character (and characters like it) will be loaded as Unicode, the rest of text will be loaded as ANSI.