RFR: 8330590: TextInputControl: previous word fails with Bhojpuri characters [v2]
Andy Goryachev
angorya at openjdk.org
Wed May 8 17:30:59 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
I've created https://bugs.openjdk.org/browse/JDK-8331951 to deal with the "next word" function issues.
-------------
PR Comment: https://git.openjdk.org/jfx/pull/1444#issuecomment-2101065810
More information about the openjfx-dev
mailing list