[
https://issues.apache.org/jira/browse/FOP-2249?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13686456#comment-13686456
]
Konrad Gajewski commented on FOP-2249:
--------------------------------------
Hi,
The workaround works only when you are using fo files.
Could you please provide me the solution for situation when I'm trying to
generate based on xml file eq:
fop -xml test.xml -xsl template.xml -pdf test.pdf.
regards, Konrad
> Explicit bidi controls (RLM, LRM, ZWJ) retained in formatting.
> --------------------------------------------------------------
>
> Key: FOP-2249
> URL: https://issues.apache.org/jira/browse/FOP-2249
> Project: Fop
> Issue Type: Bug
> Components: ps
> Affects Versions: 1.1
> Environment: Windows 7 x64
> Reporter: Konrad Gajewski
> Assignee: Glenn Adams
> Attachments: arabic.fo, fop.xconf, test.pdf
>
>
> Hi,
> I'm testing Arabic sentences mixed with English one.
> I found the following issue:
> When I'm trying to revert direction by U+200E, I'm getting the glyphs which
> one is incorrect because should be nothing.
> For some Fonts I'm getting warning and I see "#" inside, for some of them
> "incorrect character".
> .fo file:
> <fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format" font-family="simpfxo">
> <fo:layout-master-set>
> <fo:simple-page-master page-height="297mm" page-width="210mm"
> master-name="a4">
> <fo:region-body margin-top="11mm" margin-bottom="12mm"
> margin-right="10mm" margin-left="10mm"/>
> </fo:simple-page-master>
> </fo:layout-master-set>
> <fo:page-sequence master-reference="a4">
> <fo:flow flow-name="xsl-region-body">
> <fo:block>‍ وكلما زادت معرفتك بها؛ زادت السلامة والمتعة التي
> تحصل some text عليها خلال قيادتها. </fo:block>
> <fo:block>‏ البريد الإلكتروني ‎ Test</fo:block>
> </fo:flow>
> </fo:page-sequence>
> </fo:root>
> .fontconfig file
> <font embed-url="file:///C:/Windows/Fonts/ARIALUNI.TTF"
> embedding-mode="full">
> <font-triplet name="Arial" style="normal" weight="normal"/>
> </font>
> <font embed-url="file:///C:/Windows/Fonts/cour.ttf"
> embedding-mode="full">
> <font-triplet name="Courier" style="normal" weight="normal"/>
> </font>
> <font embed-url="file:///C:/Windows/Fonts/DejaVuSansMono.ttf"
> embedding-mode="full">
> <font-triplet name="DejaVuSansMono" style="normal" weight="normal"/>
> </font>
> <font
> embed-url="file:///C:/Windows/Fonts/ScheherazadeRegOT.ttf"
> embedding-mode="full">
> <font-triplet name="ScheherazadeRegOT" style="normal"
> weight="normal"/>
> </font>
> <font embed-url="file:///C:/Windows/Fonts/simpfxo.ttf"
> embedding-mode="full">
> <font-triplet name="simpfxo" style="normal" weight="normal"/>
> </font>
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira