Details
-
Bug
-
Status: Resolved
-
Resolution: Fixed
-
2.5
-
None
-
None
-
Operating System: other
Platform: Other
-
41999
Description
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.
Attachments
Attachments
Issue Links
- is depended upon by
-
FOP-1874 Greek Extended character throwing ArrayIndexOutOfBoundException.
- Closed