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

Kevin Rushforth kcr at openjdk.org
Wed Apr 24 20:33:32 UTC 2024


On Fri, 19 Apr 2024 20:36:42 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 two additional commits since the last revision:
> 
>  - Merge branch 'master' into 8330590.prev.word
>  - 8330590 TextInputControl: previous word fails with Bhojpuri characters

@karthikpandelu Can you review this? We'll also need a review by a "R"eviewer.

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

PR Comment: https://git.openjdk.org/jfx/pull/1444#issuecomment-2075789661


More information about the openjfx-dev mailing list