Re: Complex Script, BIDI text supported?

2011-11-28 Thread Glenn Adams
Just committed a fix for relative fo:block-container indents in bidi context at http://github.com/skynavga/fop. I think this takes care of all the issue you have reported. Let me know if you run into further problems. G. On Sun, Nov 27, 2011 at 7:51 AM, Glenn Adams gl...@skynav.com wrote: Hi

Re: Complex Script, BIDI text supported?

2011-11-27 Thread Glenn Adams
Hi Matthias, I've updated my working repo git://github.com/skynavga/fop.git with a fix for fo:leader to account for RTL writing modes. Let me know if you have any problems. I'm now working on a fix for fo:block-container that uses non-absolute positioning in a bidi context. Regards, Glenn On

Re: Complex Script, BIDI text supported?

2011-11-27 Thread Glenn Adams
See also http://github.com/skynavga/fop. On Sun, Nov 27, 2011 at 7:51 AM, Glenn Adams gl...@skynav.com wrote: Hi Matthias, I've updated my working repo git://github.com/skynavga/fop.git with a fix for fo:leader to account for RTL writing modes. Let me know if you have any problems. I'm

Re: Complex Script, BIDI text supported?

2011-06-07 Thread Glenn Adams
Matthias et al., The following issues have been fixed, and are available in the i18n.arabic branch at http://github.com/skynavga/fop: - fo:character in RTL context ( http://skynav.trac.cvsdude.com/fop/ticket/39) - fo:page-number-citation in RTL context (

RE: Complex Script, BIDI text supported?

2011-05-13 Thread Theresa Jayne Forster
this? Or is that still in development? Theresa Forster From: Matthias Reischenbacher [mailto:matthias8...@gmx.at] Sent: 13 May 2011 12:58 To: fop-users@xmlgraphics.apache.org Subject: Re: Complex Script, BIDI text supported? Hi Glenn, I've tested your git branch and the following additional issues came up

Re: Complex Script, BIDI text supported?

2011-05-13 Thread Glenn Adams
Matthias, Thanks. Yes, it would be helpful if you could send me minimal test cases for these issues, so I can address them. Regards, Glenn On Fri, May 13, 2011 at 5:58 AM, Matthias Reischenbacher matthias8...@gmx.at wrote: Hi Glenn, I've tested your git branch and the following additional

Re: Complex Script, BIDI text supported?

2011-05-13 Thread Glenn Adams
...@gmx.at] *Sent:* 13 May 2011 12:58 *To:* fop-users@xmlgraphics.apache.org *Subject:* Re: Complex Script, BIDI text supported? Hi Glenn, I've tested your git branch and the following additional issues came up: 1. fo:basic-links with internal destination don't work 2. fo:page-number

RE: Complex Script, BIDI text supported?

2011-05-13 Thread Theresa Jayne Forster
hand column to left Theresa From: Glenn Adams [mailto:gl...@skynav.com] Sent: 13 May 2011 15:40 To: fop-users@xmlgraphics.apache.org Subject: Re: Complex Script, BIDI text supported? Theresa, The current code in git://github.com/skynavga/fop.git DOES handle right-to-left column

Re: Complex Script, BIDI text supported?

2011-05-13 Thread Glenn Adams
it needs to go right hand column to left Theresa *From:* Glenn Adams [mailto:gl...@skynav.com] *Sent:* 13 May 2011 15:40 *To:* fop-users@xmlgraphics.apache.org *Subject:* Re: Complex Script, BIDI text supported? Theresa, The current code in git://github.com/skynavga/fop.git DOES

Re: Complex Script, BIDI text supported?

2011-05-13 Thread Glenn Adams
so on a 2 column page it needs to go right hand column to left Theresa *From:* Glenn Adams [mailto:gl...@skynav.com] *Sent:* 13 May 2011 15:40 *To:* fop-users@xmlgraphics.apache.org *Subject:* Re: Complex Script, BIDI text supported? Theresa, The current code in git://github.com

Re: Complex Script, BIDI text supported?

2011-03-31 Thread Matthias Reischenbacher
Hi Glenn, thanks for your status update! I will test your changes in the next fiew days. I'll need support for fo:leaders, so thanks for taking care of that too. Best regards, Matthias On 31.03.2011 00:43, Glenn Adams wrote: Matthias, I just updated my working repo

Re: Complex Script, BIDI text supported?

2011-03-30 Thread Glenn Adams
Matthias, I just updated my working repo git://github.com/skynavga/fop.git with fixes for fo:table and fo:list-block to account for RTL writing modes; i.e., table column progression and list-item (label and body) alignment are now RTL in RTL WM contexts. In the process, I uncovered two other

Re: Complex Script, BIDI text supported?

2011-03-22 Thread Matthias Reischenbacher
Hi Glenn, thanks again for your help and doing all those fixes. Today I've retested my sample file with the git branch and everything works fine now. I'll do some more testing in the next weeks and I'll let you know if I encounter any problems. Are you planning to submit a new patch for the

Re: Complex Script, BIDI text supported?

2011-03-22 Thread Matthias Reischenbacher
Glenn, I just tested a little bit more and the following questions/problems came up: 1. Are table cells also supposed to flow from right to left in rl-tb writing-mode? 2. Shouldn't list-item labels be displayed on the right side? 3. fo:character seem to overlap in rl mode. I'm attaching

Re: Complex Script, BIDI text supported?

2011-03-22 Thread Glenn Adams
Thanks for uncovering these issues. Let me address them and I'll let you know when they are fixed in my GIT repo. Perhaps after that I can submit a new patch update for the SVN branch. G. 2011/3/23 Matthias Reischenbacher matthias8...@gmx.at Glenn, I just tested a little bit more and the

Complex Script, BIDI text supported?

2011-03-09 Thread Matthias Reischenbacher
Glenn, I tried your work today of the complex script branch. I managed to generate a PDF file with Hebrew text using Arial Unicode MS font and writing-mode set to rl-tb. The Hebrew text is displayed fine but english characters are also mirrored. Do I have to set an additional xsl-fo attribute in

Re: Complex Script, BIDI text supported?

2011-03-09 Thread Glenn Adams
Matthias, Thanks for the report. Could you send me the FO input file and PDF output file? I am actively testing and fixing the Bidi and Script support, with real-time updates occurring at git://github.com/skynavga/fop.git. Regards, Glenn On Wed, Mar 9, 2011 at 11:28 AM, Matthias Reischenbacher

Re: Complex Script, BIDI text supported?

2011-03-09 Thread Matthias Reischenbacher
Glenn, here it goes: Fo file: http://old.nabble.com/file/p31109566/hebrew_test.xml hebrew_test.xml PDF file: http://old.nabble.com/file/p31109566/hebrew_test.pdf hebrew_test.pdf Should I try building your code on git hub? I've never used git therefore I first went with the apache SVN

Re: Complex Script, BIDI text supported?

2011-03-09 Thread Glenn Adams
It appears the problem is due to a bug related to the use of block-container, which I will look into. However, if you remove block-container, and put the writing-mode and (default) font-family on fo:page-sequence, it should produce correct results. See attached for what I'm getting (using the

Re: Complex Script, BIDI text supported?

2011-03-09 Thread Matthias Reischenbacher
Ok, thanks a lot for your help! Matthias Glenn Adams-2 wrote: It appears the problem is due to a bug related to the use of block-container, which I will look into. However, if you remove block-container, and put the writing-mode and (default) font-family on fo:page-sequence, it should

Re: Complex Script, BIDI text supported?

2011-03-09 Thread Glenn Adams
I have a fix for the block-container issue as well, which I will commit shortly to my GIT repo. The problem was that earlier (pre complex script) code apparently assumed that right-to-left writing mode was handled by mirroring the CTM around the y axis, so it was setting the CTM incorrectly for