From e87844bbc91b6f1573a4ed525cba08b138b366f0 Mon Sep 17 00:00:00 2001 From: Naoto Sato Date: Thu, 21 Nov 2024 12:37:47 -0800 Subject: [PATCH] Corrected the Unicode version in Grapheme.java --- .../share/classes/jdk/internal/util/regex/Grapheme.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/java.base/share/classes/jdk/internal/util/regex/Grapheme.java b/src/java.base/share/classes/jdk/internal/util/regex/Grapheme.java index b5d5c3927ddf6..34a69c3045ffe 100644 --- a/src/java.base/share/classes/jdk/internal/util/regex/Grapheme.java +++ b/src/java.base/share/classes/jdk/internal/util/regex/Grapheme.java @@ -35,7 +35,7 @@ public final class Grapheme { *

* See Unicode Standard Annex #29 Unicode Text Segmentation for the specification * for the extended grapheme cluster boundary rules. The following implementation - * is based on the annex for Unicode version 15.1. + * is based on the annex for Unicode version 16.0. * * @spec http://www.unicode.org/reports/tr29/tr29-45.html * @param src the {@code CharSequence} to be scanned