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

Andy Goryachev angorya at openjdk.org
Fri Apr 19 20:36:42 UTC 2024


> 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

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

Changes:
  - all: https://git.openjdk.org/jfx/pull/1444/files
  - new: https://git.openjdk.org/jfx/pull/1444/files/1a3e3e41..97322b08

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jfx&pr=1444&range=01
 - incr: https://webrevs.openjdk.org/?repo=jfx&pr=1444&range=00-01

  Stats: 817 lines in 25 files changed: 612 ins; 60 del; 145 mod
  Patch: https://git.openjdk.org/jfx/pull/1444.diff
  Fetch: git fetch https://git.openjdk.org/jfx.git pull/1444/head:pull/1444

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


More information about the openjfx-dev mailing list