From ea05a92e6866a0096a86037dc3ded745574813c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20R=C3=B6nnqvist?= Date: Thu, 12 Dec 2024 13:31:26 +0100 Subject: [PATCH] Add missing allowed Swift operator head characters --- .../Link Resolution/PathHierarchy+PathComponent.swift | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Sources/SwiftDocC/Infrastructure/Link Resolution/PathHierarchy+PathComponent.swift b/Sources/SwiftDocC/Infrastructure/Link Resolution/PathHierarchy+PathComponent.swift index f819f5815..531ad22f7 100644 --- a/Sources/SwiftDocC/Infrastructure/Link Resolution/PathHierarchy+PathComponent.swift +++ b/Sources/SwiftDocC/Infrastructure/Link Resolution/PathHierarchy+PathComponent.swift @@ -588,6 +588,12 @@ private extension Unicode.Scalar { 0x2041 ... 0x2053, // ⁕ ⁖ ⁗ ⁘ ⁙ ⁚ ⁛ ⁜ ⁝ ⁞ 0x2055 ... 0x205E, + // Arrows + 0x2190 ... 0x21FF, + // Mathematical Operators + 0x2200 ... 0x22FF, + // Miscellaneous Technical + 0x2300 ... 0x23FF, // Box Drawing 0x2500 ... 0x257F, // Block Elements