Chris Bowditch <bowditch_chris <at> hotmail.com> writes: > > Hi Ashok, > > Can you let us know which version of FOP you are using? Would you also > be able to send us the full FO File? Can you confirm the font you are > using is the one at [1]? If not, send us the correct URL so we can > replicate this issue. > > Thanks, > > Chris > > [1] http://www.evertype.com/fonts/rupakara/ > > On 14/05/2013 11:36, Ashok Kumar wrote: > > Hi, > > > > When I am trying to convert the below FO to PDF, I am getting > > ArrayIndexOutOfBoundException. The FO content which I am trying to convert > > is given below: > > <fo:block space-before="1em" space-after="1em" role="p" > > font-family="Rupakara">A paragraph in Turkish for SYMBOL ₺ ₤</fo:block> > > > > Actually when I am trying to convert the Turkish Lira Symbol (₺) it is > > converting to " symbol during html to FO and throwing exception while > > converting FO to PDF. > > > > I am using the proper font files which supports the above symbol. > > Can you please resolve this issue asap. > > > > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: fop-users-unsubscribe <at> xmlgraphics.apache.org > > For additional commands, e-mail: fop-users-help <at> xmlgraphics.apache.org > > > > > > >
Hi Chris, I am using 0.95 version of FOP. Please find the full FO content. <?xml version="1.0" encoding="UTF-8"?> <fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format" xmlns:html="http://www.w3.org/1999/xhtml" writing-mode="lr-tb" hyphenate="false" text-align="start" role="html"> <fo:layout-master-set> <fo:simple-page-master page-width="8.27in" page-height="11.69in" master-name="all-pages"> <fo:region-body margin-top="1in" margin-right="1in" margin-left="1in" margin-bottom="1in" column-gap="12pt" column-count="1" /> <fo:region-before region-name="page-header" extent="1in" display-align="before" /> <fo:region-after region-name="page-footer" extent="1in" display-align="after" /> <fo:region-start extent="1in" /> <fo:region-end extent="1in" /> </fo:simple-page-master> </fo:layout-master-set> <fo:page-sequence master-reference="all-pages"> <fo:title> Hello World </fo:title> <fo:static-content flow-name="page-header"> <fo:block font-size="small" text-align="center" space-before.conditionality="retain" space-before="0.5in"> Hello World </fo:block> </fo:static-content> <fo:static-content flow-name="page-footer"> <fo:block font-size="small" text-align="center" space-after.conditionality="retain" space-after="0.5in" /> </fo:static-content> <fo:flow flow-name="xsl-region-body"> <fo:block role="body"> <fo:block space-before="1em" space-after="1em" role="p" font-family="MyriadSetPro-Text"> A paragraph in Turkish ₺ ₤ </fo:block> <fo:block space-before="1em" space-after="1em" role="p" font-family="Rupakara"> A paragraph in Turkish for SYMBOL ₺ ₤ </fo:block> </fo:block> </fo:flow> </fo:page-sequence> </fo:root> I am using both Rupakara which you specified in the below URL and MyriadSetPro-Text fonts. I am trying this conversion in MAC OS machine. Regards, Ashok Kumar V --------------------------------------------------------------------- To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org