-
Bug
-
Resolution: Fixed
-
P3
-
1.1, 1.1.2, 1.1.3
-
1.1.6
-
generic, x86
-
generic, windows_95, windows_nt
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2016293 | 1.2.0 | John Oconner | P3 | Closed | Fixed | 1.2beta4 |
Name: bb33257 Date: 07/29/97
The line-breaking algorithm in BreakIterator doesn't handle CJK
punctuation correctly. If you feed it a string consisting of
a bunch of CJK ideographs with the ideographic period (\u3002) and
comma (\u3001) interspersed, the period and comme get treated the
same the ideographs themselves-- line breaks occur both before and
after them. This could lead to a line of CJK text beginning with
a period or comma, which shouldn't happen. (This problem probably
also occurs with CJK ideographs and other punctuation marks.)
======================================================================
- backported by
-
JDK-2016293 Line breaking doesn't handle CJK punctuation correctly
-
- Closed
-
- duplicates
-
JDK-4067984 BreakIterator not Breaking Japanese Text Correctly
-
- Closed
-
-
JDK-4026566 java.text.TextBoundary#getSentenceBreak() splits sentences at wrong position
-
- Closed
-
-
JDK-4068134 Line breaking doesn't handle CJK punctuation correctly
-
- Closed
-