Interpretation of Greek characters by FOP

Posted by Geek on Stack Overflow See other posts from Stack Overflow or by Geek
Published on 2010-12-14T13:03:04Z Indexed on 2011/01/01 18:54 UTC
Read the original article Hit count: 300

Hi,

Can you please help me interpret the Greek Characters with HTML display as HTML= & #8062; and Hex value 01F7E

Details of these characters can be found on the below URL

http://www.isthisthingon.org/unicode/index.php?page=01&subpage=F&hilite=01F7E

When I run this character in Apache FOP, they give me an ArrayIndexOut of Bounds Exception

Caused by: java.lang.ArrayIndexOutOfBoundsException: -1 at org.apache.fop.text.linebreak.LineBreakUtils.getLineBreakPairProperty(LineBreakUtils.java:668) at org.apache.fop.text.linebreak.LineBreakStatus.nextChar(LineBreakStatus.java:117)

When I looked into the FOP Code, I was unable to understand the need for lineBreakProperties[][] Array in LineBreakUtils.java.

I also noticed that FOP fails for all the Greek characters mentioned on the above page which are non-displayable with the similar error.

What are these special characters ?
Why is their no display for these characters are these Line Breaks or TAB’s ?
Has anyone solved a similar issue with FOP ?

© Stack Overflow or respective owner

Related posts about unicode

Related posts about xsl-fo