On Mon, 19 Sep 2022 20:46:08 GMT, Joe Wang wrote:
>> Fixing JCK failures caused by the new grapheme implementation. The length of
>> a CharSequence should return the `endIndex`, not `endIndex - beginIndex`.
>
> src/java.base/share/classes/sun/util/locale/provider/BreakIteratorProviderImpl.java
>
On Mon, 19 Sep 2022 19:01:57 GMT, Naoto Sato wrote:
> Fixing JCK failures caused by the new grapheme implementation. The length of
> a CharSequence should return the `endIndex`, not `endIndex - beginIndex`.
src/java.base/share/classes/sun/util/locale/provider/BreakIteratorProviderImpl.java
lin
Fixing JCK failures caused by the new grapheme implementation. The length of a
CharSequence should return the `endIndex`, not `endIndex - beginIndex`.
-
Commit messages:
- 8294008: Graphme implementation of setText() throws IndexOutOfBoundsException
Changes: https://git.openjdk.org