Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2018247 | 1.2.0 | John Oconner | P2 | Resolved | Fixed | 1.2beta3 |
Name: bb33257 Date: 12/08/97
The current version of the line-breaking tables for BreakIterator
will not cause a break between postJwrd and preJwrd, not between
postJwrd and nonBlank, which means you won't get breaks in
dog,cat,mouse
or
(one)(two)
which seems wrong.
======================================================================
- backported by
-
JDK-2018247 Errors in line-break tables
- Resolved