<i18n dev> Integrated: 8294008: Grapheme implementation of setText() throws IndexOutOfBoundsException
Naoto Sato
naoto at openjdk.org
Tue Sep 20 16:49:54 UTC 2022
On Mon, 19 Sep 2022 19:01:57 GMT, Naoto Sato <naoto at openjdk.org> wrote:
> Fixing JCK failures caused by the new grapheme implementation. The length of a CharSequence should return the `endIndex`, not `endIndex - beginIndex`.
This pull request has now been integrated.
Changeset: e3358e77
Author: Naoto Sato <naoto at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/e3358e77f524f4d448c2ebb7c5afd0aa432f0d44
Stats: 18 lines in 2 files changed: 16 ins; 0 del; 2 mod
8294008: Grapheme implementation of setText() throws IndexOutOfBoundsException
Reviewed-by: joehw, smarks
-------------
PR: https://git.openjdk.org/jdk/pull/10349
More information about the i18n-dev
mailing list