You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-dev@xmlgraphics.apache.org by Vincent Hennebert <vi...@anyware-tech.com> on 2007/07/21 18:45:48 UTC

Word Joiner and ZWNBSP (Re: svn commit: r557219 - in /xmlgraphics/fop/trunk: src/java/org/apache/fop/layoutmgr/inline/TextLayoutManager.java src/java/org/apache/fop/util/CharUtilities.java status.xml test/layoutengine/standard-testcases/block_uax14_linebreaking.xml)

Hi Manuel,

> Author: manuel
> Date: Wed Jul 18 03:40:12 2007
> New Revision: 557219
> 
> URL: http://svn.apache.org/viewvc?view=rev&rev=557219
> Log:
> Fixed incomplete support for Unicode word joiners

Can you please have a look at the attached FO file and the resulting PDF
I get? There's a word joiner after the first slash. It seems the width
of a space is still counted somewhere, as the second line isn't
justified. The result is the same with both word joiner (u+2060) and
ZWNBSP (u+feff).

Do you know where the problem could be?

Thanks,
Vincent

Re: Word Joiner and ZWNBSP (Re: svn commit: r557219 - in /xmlgraphics/fop/trunk: src/java/org/apache/fop/layoutmgr/inline/TextLayoutManager.java src/java/org/apache/fop/util/CharUtilities.java status.xml test/layoutengine/standard-testcases/block_uax14_linebreaking.xml)

Posted by Manuel Mall <ma...@apache.org>.
On Sunday 22 July 2007 00:45, Vincent Hennebert wrote:
> Hi Manuel,
>
> > Author: manuel
> > Date: Wed Jul 18 03:40:12 2007
> > New Revision: 557219
> >
> > URL: http://svn.apache.org/viewvc?view=rev&rev=557219
> > Log:
> > Fixed incomplete support for Unicode word joiners
>
> Can you please have a look at the attached FO file and the resulting
> PDF I get? There's a word joiner after the first slash. It seems the
> width of a space is still counted somewhere, as the second line isn't
> justified. The result is the same with both word joiner (u+2060) and
> ZWNBSP (u+feff).
>
> Do you know where the problem could be?
>
Thanks for pointing this out. I have committed a fix 
(http://svn.apache.org/viewvc?view=rev&rev=496020).

> Thanks,
> Vincent

Cheers

Manuel