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 produce correct results. See attached for what > I'm getting (using the current GITHUB repo) with a modified FO. > > I would advise you use the GIT repository for now, because it is kept up > to > date with my working copy. I submit a patch irregularly for integration > into > the SVN Temp_ComplexScripts branch. > > G. > > On Wed, Mar 9, 2011 at 12:21 PM, Matthias Reischenbacher < > matthias8...@gmx.at> wrote: > >> >> 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 branch. >> >> Thanks & Regards, >> Matthias >> >> >> Glenn Adams-2 wrote: >> > >> > 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 < >> > matthias8...@gmx.at> wrote: >> > >> >> >> >> 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 order to >> >> correctly display english characters or is the BIDI text algorithm not >> >> yet >> >> implemented? >> >> >> >> Thanks for your help, >> >> Matthias Reischenbacher >> >> -- >> >> View this message in context: >> >> >> http://old.nabble.com/Complex-Script%2C-BIDI-text-supported--tp31109094p31109094.html >> >> Sent from the FOP - Users mailing list archive at Nabble.com. >> >> >> >> >> >> --------------------------------------------------------------------- >> >> To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org >> >> For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org >> >> >> >> >> > >> > >> >> -- >> View this message in context: >> http://old.nabble.com/Complex-Script%2C-BIDI-text-supported--tp31109094p31109566.html >> Sent from the FOP - Users mailing list archive at Nabble.com. >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org >> For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org >> >> > > <?xml version="1.0" encoding="UTF-8"?> > <fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format"> > <fo:layout-master-set> > <fo:simple-page-master master-name="simple" page-height="5in" > page-width="5in"> > <fo:region-body/> > </fo:simple-page-master> > </fo:layout-master-set> > <fo:page-sequence master-reference="simple" writing-mode="rl-tb" > font-family="Arial Unicode MS"> > <fo:flow flow-name="xsl-region-body"> > <fo:block>חוברת הוראות בטיחות זו מתמקדת בכמה מהמצבים העקרוניים > שעשויים להתרחש בעת הפעלת המכונה ותחזוקתה.</fo:block> > <fo:block>Test</fo:block> > </fo:flow> > </fo:page-sequence> > </fo:root> > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org > For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org > -- View this message in context: http://old.nabble.com/Complex-Script%2C-BIDI-text-supported--tp31109094p31110436.html Sent from the FOP - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org