Hi,
There is something wrong in FOP regarding the fo:character.
This is reproduced with FOP dev version.
You should fill in a bug report at [1], attacching your test case.

That said, this fo:character is not required in your snippet, you can
insert directly any character in your text node:
Un caractère nouvelle ligne
.
This will be rendered as expected.

[1] http://issues.apache.org/bugzilla/enter_bug.cgi?product=Fop

2012/7/2 polymorphisme <webmas...@polymorphisme.org>:
> Hi,
>
> with this code :
>
> <fo:block space-before="10pt" space-after="10pt" font-family="Arial, DejaVu
> Sans, Times New Roman"
>     linefeed-treatment="preserve">3. Un caractère nouvelle ligne
> <fo:character character="&#x000A;"/>.</fo:block>
>
> Fop 1.0 return :
> 3. Un caractère nouvelle ligne#.
>
> And I don't understand because the font Arial and DejaVu Sans contains the
> glyphe &#x000A; !
>
> Have you an idea ? Thanks.

-- 
pascal

---------------------------------------------------------------------
To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org
For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org

Reply via email to