Page 1 of 1

Wrong handling of punctuation in Hebrew

Posted: Fri Feb 23, 2007 4:24 pm
by badevlad
There are a problem with handling of punctuation in Hebrew text. When importing Hebrew text from RTF the punctuation at the end of lines are moved to the start of lines. Try to copy Hebrew line with dot at the end and paste it in your demo editor. How can it be solved?

Posted: Fri Feb 23, 2007 6:27 pm
by Sergey Tkachenko
Did you set BiDiMode property of TRichViewEdit/paragraph to rvbdRightToLeft?
By default, BiDiMode=rvbdUnspecified. In this mode, RTL text is not supported.