It doesn't work well with unicode, my guess is that it will have to be rewritten.
Guy On 12/21/06, Martin Vermeer <[EMAIL PROTECTED]> wrote:
On Thu, 2006-12-21 at 11:45 +0200, Guy Rutenberg wrote: > Hi, > > I'm testing Lyx 1.5 svn, and specifically interested in the bidi support. > Lyx 1.5 has a regression in the bidi support compared to lyx 1.4. I would > like to help fix this problem, but I can't understand how Lyx determines > when a paragraph should be RTL and when it should be LTR. If someone would > point me to where I can find documentation on this issue (and preferably > other things regarding how bidi is handled in the code) I would appreciate > it very much. > > Regards, > Guy I suspect it isn't really properly documented anywhere, not even in the code. I believe you need to look at LyXText::isRTL() and probably how this is being used in rowpainter.C. But there is more stuff all over the place. I wonder how this homegrown stuff interacts with Unicode. HTH Martin