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.)
======================================================================
- duplicates
-
JDK-4068133 Line breaking doesn't handle CJK punctuation correctly
-
- Closed
-