RFR: 8330590: TextInputControl: previous word fails with Bhojpuri characters [v3]

Ambarish Rapte arapte at openjdk.org
Fri May 17 18:01:07 UTC 2024


On Fri, 17 May 2024 15:36:27 GMT, Andy Goryachev <angorya at openjdk.org> wrote:

>> This change replaces Character.isLetterOrDigit(char) which fails with surrogate characters with  Character.isLetterOrDigit(int).
>
> Andy Goryachev has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains four additional commits since the last revision:
> 
>  - review comments
>  - Merge branch 'master' into 8330590.prev.word
>  - Merge branch 'master' into 8330590.prev.word
>  - 8330590 TextInputControl: previous word fails with Bhojpuri characters

Marked as reviewed by arapte (Reviewer).

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

PR Review: https://git.openjdk.org/jfx/pull/1444#pullrequestreview-2064091882


More information about the openjfx-dev mailing list