It would be quite helpful if someone could apply and commit this to the Temp_ComplexScripts branch. As usual, let me know if any problems are encountered.
Thanks, Glenn On Thu, Aug 19, 2010 at 6:14 PM, <bugzi...@apache.org> wrote: > https://issues.apache.org/bugzilla/show_bug.cgi?id=49687 > > --- Comment #16 from Glenn Adams <gl...@skynav.com> 2010-08-19 06:14:14 > EDT --- > Created an attachment (id=25912) > --> (https://issues.apache.org/bugzilla/attachment.cgi?id=25912) > Patch to revision 987110 of branch Temp_ComplexScripts. > > This patch file replaces the prior patch against trunk. It is intended to > be > applied to revision 987110 of branch Temp_ComplexScripts as follows: > > $ cd .../xmlgraphics/fop/branches/Temp_ComplexScripts > $ svn update -r 987110 . > $ gzcat .../fop-i18n.arabic-patch-1-update-1.diff.tgz | patch -p1 > $ svn add `svn status . | grep '?' | awk '{print $2;}'` > > This patch has been verified to build and run junit tests without > regression, > with 4 compiler warnings (none new), 0 checkstyle warnings, and 971 > findbugs > bugs (none new). > > The intent of this patch update is to merge recent changes to the trunk, as > well as fix three problems recently reported with the Arabic shape > selection > and bidi logic. > > Note well that this patch update does NOT address the following outstanding > issues: > > * support for correct treatment and placement of non-spacing marks > * support for certain advanced GSUB table types > * support for GPOS table types > * support for inline FOs in bidi conexts other than fo:inline, > fo:bidi-override, and fo:character > * correct treatment of corresponding properties in right-to-left contexts > * incorrect justification of arabic text with text-align="justify" > > These latter issues will be addressed in subsequent patches to the > Temp_ComplexScripts branch. > > Regards, > Glenn > >