Integrated: 8330590: TextInputControl: previous word fails with Bhojpuri characters

Andy Goryachev angorya at openjdk.org
Mon May 20 14:58:14 UTC 2024


On Fri, 19 Apr 2024 19:44:28 GMT, Andy Goryachev <angorya at openjdk.org> wrote:

> This change replaces Character.isLetterOrDigit(char) which fails with surrogate characters with  Character.isLetterOrDigit(int).

This pull request has now been integrated.

Changeset: b5fe3622
Author:    Andy Goryachev <angorya at openjdk.org>
URL:       https://git.openjdk.org/jfx/commit/b5fe362286056e516be1d26f5d1cdda12eb20a4c
Stats:     39 lines in 2 files changed: 36 ins; 1 del; 2 mod

8330590: TextInputControl: previous word fails with Bhojpuri characters

Reviewed-by: kpk, arapte

-------------

PR: https://git.openjdk.org/jfx/pull/1444


More information about the openjfx-dev mailing list