Re: RFR: 8264765: BreakIterator sees bogus sentence boundary in parenthesized “i.e.” phrase

2021-04-08 Thread Joe Wang
On Thu, 8 Apr 2021 18:19:20 GMT, Naoto Sato  wrote:

> Please review the fix to the subject issue. It is not actually related to 
> "parenthesized", but period-comma sequence was regarded as a break on a 
> backward traverse.

Marked as reviewed by joehw (Reviewer).

-

PR: https://git.openjdk.java.net/jdk/pull/3400


RFR: 8264765: BreakIterator sees bogus sentence boundary in parenthesized “i.e.” phrase

2021-04-08 Thread Naoto Sato
Please review the fix to the subject issue. It is not actually related to 
"parenthesized", but period-comma sequence was regarded as a break on a 
backward traverse.

-

Commit messages:
 - 8264765: BreakIterator sees bogus sentence boundary in parenthesized “i.e.” 
phrase

Changes: https://git.openjdk.java.net/jdk/pull/3400/files
 Webrev: https://webrevs.openjdk.java.net/?repo=jdk=3400=00
  Issue: https://bugs.openjdk.java.net/browse/JDK-8264765
  Stats: 19 lines in 2 files changed: 14 ins; 0 del; 5 mod
  Patch: https://git.openjdk.java.net/jdk/pull/3400.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/3400/head:pull/3400

PR: https://git.openjdk.java.net/jdk/pull/3400