[libcxx-commits] [libcxx] [llvm] Finish supporting Unicode 18 (PR #199111)
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Jun 19 13:03:39 PDT 2026
================
@@ -105,7 +105,7 @@ def compactPropertyRanges(input: list[PropertyRange]) -> list[PropertyRange]:
/// - Unassigned.
///
/// The data is generated from
-/// - https://www.unicode.org/Public/UCD/latest/ucd/extracted/DerivedGeneralCategory.txt
+/// - https://www.unicode.org/Public/UCD/18.0.0/ucd/extracted/DerivedGeneralCategory.txt
----------------
ldionne wrote:
That URL is a 404 for me?
https://github.com/llvm/llvm-project/pull/199111
More information about the libcxx-commits
mailing list