You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-users@xmlgraphics.apache.org by QbProg <th...@gmail.com> on 2009/07/28 17:28:05 UTC

Crash : bug

Hello there,
I was happily using FOP when I encoutered an issue with this bug:
41999 <https://issues.apache.org/bugzilla/show_bug.cgi?id=41999>

When I parse my UTF-16 or UTF-8 document, it crashes with
ArrayIndexOutOfBoundsException in LineBreakUtils

I tryed to apply the patch attached to the bug page, but I didn't manage to
recompile the whole thing with the latest JDK (installed ant and JDK), the
build fails with compilation errors.

If I convert the input file to ANSI then back to UTF-16 it works, but of
course I loose unicode characters. The strange thing is that I only have
commonly -used characters (like àèù) , not strange japanese-like
code-points!

What can I do to solve the problem?

Thank you in advance for any advice,
Thomas