Re: RFR: 8291660: Grapheme support in BreakIterator [v6]

2022-09-09 Thread Stuart Marks
On Thu, 8 Sep 2022 18:32:56 GMT, Naoto Sato wrote: >> This is to enhance the character break analysis in `java.text.BreakIterator` >> to conform to the extended grapheme cluster boundaries defined in >> https://www.unicode.org/reports/tr29/#Grapheme_Cluster_Boundaries. A >> corresponding CSR h

Re: RFR: 8291660: Grapheme support in BreakIterator [v6]

2022-09-08 Thread Naoto Sato
> This is to enhance the character break analysis in `java.text.BreakIterator` > to conform to the extended grapheme cluster boundaries defined in > https://www.unicode.org/reports/tr29/#Grapheme_Cluster_Boundaries. A > corresponding CSR has also been drafted, as there will be behavioral changes

Re: RFR: 8291660: Grapheme support in BreakIterator [v4]

2022-09-08 Thread Naoto Sato
On Wed, 7 Sep 2022 21:27:10 GMT, Stuart Marks wrote: >> Naoto Sato has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Changed the paragraph to @implSpec > > src/java.base/share/classes/jdk/internal/util/regex/Grapheme.java line 47: > >> 45

Re: RFR: 8291660: Grapheme support in BreakIterator [v5]

2022-09-08 Thread Naoto Sato
> This is to enhance the character break analysis in `java.text.BreakIterator` > to conform to the extended grapheme cluster boundaries defined in > https://www.unicode.org/reports/tr29/#Grapheme_Cluster_Boundaries. A > corresponding CSR has also been drafted, as there will be behavioral changes

Re: RFR: 8291660: Grapheme support in BreakIterator [v4]

2022-09-07 Thread Stuart Marks
On Fri, 26 Aug 2022 21:48:14 GMT, Naoto Sato wrote: >> This is to enhance the character break analysis in `java.text.BreakIterator` >> to conform to the extended grapheme cluster boundaries defined in >> https://www.unicode.org/reports/tr29/#Grapheme_Cluster_Boundaries. A >> corresponding CSR

Re: RFR: 8291660: Grapheme support in BreakIterator [v3]

2022-08-26 Thread Naoto Sato
On Fri, 26 Aug 2022 20:57:05 GMT, Stuart Marks wrote: >> Naoto Sato has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Reverting the fix to BreakIterator.isBoundary() > > src/java.base/share/classes/java/text/BreakIterator.java line 107: >

Re: RFR: 8291660: Grapheme support in BreakIterator [v4]

2022-08-26 Thread Naoto Sato
> This is to enhance the character break analysis in `java.text.BreakIterator` > to conform to the extended grapheme cluster boundaries defined in > https://www.unicode.org/reports/tr29/#Grapheme_Cluster_Boundaries. A > corresponding CSR has also been drafted, as there will be behavioral changes

Re: RFR: 8291660: Grapheme support in BreakIterator [v3]

2022-08-26 Thread Stuart Marks
On Fri, 26 Aug 2022 18:12:04 GMT, Naoto Sato wrote: >> This is to enhance the character break analysis in `java.text.BreakIterator` >> to conform to the extended grapheme cluster boundaries defined in >> https://www.unicode.org/reports/tr29/#Grapheme_Cluster_Boundaries. A >> corresponding CSR

Re: RFR: 8291660: Grapheme support in BreakIterator [v3]

2022-08-26 Thread Naoto Sato
On Fri, 26 Aug 2022 18:12:04 GMT, Naoto Sato wrote: >> This is to enhance the character break analysis in `java.text.BreakIterator` >> to conform to the extended grapheme cluster boundaries defined in >> https://www.unicode.org/reports/tr29/#Grapheme_Cluster_Boundaries. A >> corresponding CSR

Re: RFR: 8291660: Grapheme support in BreakIterator [v3]

2022-08-26 Thread Naoto Sato
> This is to enhance the character break analysis in `java.text.BreakIterator` > to conform to the extended grapheme cluster boundaries defined in > https://www.unicode.org/reports/tr29/#Grapheme_Cluster_Boundaries. A > corresponding CSR has also been drafted, as there will be behavioral changes

Re: RFR: 8291660: Grapheme support in BreakIterator [v2]

2022-08-26 Thread Naoto Sato
> This is to enhance the character break analysis in `java.text.BreakIterator` > to conform to the extended grapheme cluster boundaries defined in > https://www.unicode.org/reports/tr29/#Grapheme_Cluster_Boundaries. A > corresponding CSR has also been drafted, as there will be behavioral changes

Re: RFR: 8291660: Grapheme support in BreakIterator

2022-08-25 Thread Naoto Sato
On Tue, 23 Aug 2022 22:44:13 GMT, Naoto Sato wrote: > This is to enhance the character break analysis in `java.text.BreakIterator` > to conform to the extended grapheme cluster boundaries defined in > https://www.unicode.org/reports/tr29/#Grapheme_Cluster_Boundaries. A > corresponding CSR has

Re: RFR: 8291660: Grapheme support in BreakIterator

2022-08-25 Thread Naoto Sato
On Thu, 25 Aug 2022 03:52:48 GMT, Stuart Marks wrote: >> This is to enhance the character break analysis in `java.text.BreakIterator` >> to conform to the extended grapheme cluster boundaries defined in >> https://www.unicode.org/reports/tr29/#Grapheme_Cluster_Boundaries. A >> corresponding CS

Re: RFR: 8291660: Grapheme support in BreakIterator

2022-08-24 Thread Stuart Marks
On Tue, 23 Aug 2022 22:44:13 GMT, Naoto Sato wrote: > This is to enhance the character break analysis in `java.text.BreakIterator` > to conform to the extended grapheme cluster boundaries defined in > https://www.unicode.org/reports/tr29/#Grapheme_Cluster_Boundaries. A > corresponding CSR has

Re: RFR: 8291660: Grapheme support in BreakIterator

2022-08-24 Thread Stuart Marks
On Tue, 23 Aug 2022 22:44:13 GMT, Naoto Sato wrote: > This is to enhance the character break analysis in `java.text.BreakIterator` > to conform to the extended grapheme cluster boundaries defined in > https://www.unicode.org/reports/tr29/#Grapheme_Cluster_Boundaries. A > corresponding CSR has

Re: RFR: 8291660: Grapheme support in BreakIterator

2022-08-24 Thread Stuart Marks
On Tue, 23 Aug 2022 22:44:13 GMT, Naoto Sato wrote: > This is to enhance the character break analysis in `java.text.BreakIterator` > to conform to the extended grapheme cluster boundaries defined in > https://www.unicode.org/reports/tr29/#Grapheme_Cluster_Boundaries. A > corresponding CSR has

RFR: 8291660: Grapheme support in BreakIterator

2022-08-23 Thread Naoto Sato
This is to enhance the character break analysis in `java.text.BreakIterator` to conform to the extended grapheme cluster boundaries defined in https://www.unicode.org/reports/tr29/#Grapheme_Cluster_Boundaries. A corresponding CSR has also been drafted, as there will be behavioral changes with t