On Thu, 7 May 2026 09:29:50 GMT, Liam Miller-Cushon <[email protected]> wrote:
> 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). The change means that boundary offsets will change for existing (but maybe buggy) code that uses `\b`. So I think we need to think about the compatibility impact and get some sense as to whether this could cause problems with existing code. ------------- PR Comment: https://git.openjdk.org/jdk/pull/31067#issuecomment-4396002163
