DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=41999>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=41999 Summary: Unassigned code points cause ArrayIndexOutOfBoundsException in LineBreakUtils Product: Fop Version: all Platform: Other OS/Version: other Status: NEW Severity: normal Priority: P2 Component: general AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] Documents that contain proposed new code points to unicode, such as those listed at http://www.unicode.org/alloc/Pipeline.html have a LineBreakProperty of zero as returned by LineBreakUtils.getLineBreakProperty(c). This then causes an index out of bounds exception in LineBreakUtils.getLineBreakPairProperty() when built from trunk. One solution might be to use LineBreakUtils.LINE_BREAK_PROPERTY_XX instead of zero for unassigned code points. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
