> Please consider this fix to the handling of word boundaries (`\b`) with > non-spacing marks with non-BMP base characters, when > `UNICODE_CHARACTER_CLASS` is not set. > > See discussion in [JDK-8384082](https://bugs.openjdk.org/browse/JDK-8384082). > > --------- > - [x] I confirm that I make this contribution in accordance with the [OpenJDK > Interim AI Policy](https://openjdk.org/legal/ai).
Liam Miller-Cushon has updated the pull request incrementally with one additional commit since the last revision: 8384137: Regex \b handling of non-spacing marks without UNICODE_CHARACTER_CLASS ------------- Changes: - all: https://git.openjdk.org/jdk/pull/31067/files - new: https://git.openjdk.org/jdk/pull/31067/files/e0e85660..91586477 Webrevs: - full: https://webrevs.openjdk.org/?repo=jdk&pr=31067&range=01 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=31067&range=00-01 Stats: 119 lines in 2 files changed: 81 ins; 5 del; 33 mod Patch: https://git.openjdk.org/jdk/pull/31067.diff Fetch: git fetch https://git.openjdk.org/jdk.git pull/31067/head:pull/31067 PR: https://git.openjdk.org/jdk/pull/31067
