On Fri, 19 Apr 2024 19:44:28 GMT, Andy Goryachev <ango...@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 <ango...@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