From 606f9be66db6afe0c41c3b064723a57061723db7 Mon Sep 17 00:00:00 2001 From: Michael Griebling Date: Wed, 18 Dec 2024 14:50:44 -0500 Subject: [PATCH] =?UTF-8?q?Fix=20=C3=98=20command.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Sources/SwiftMath/MathRender/MTMathAtomFactory.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/SwiftMath/MathRender/MTMathAtomFactory.swift b/Sources/SwiftMath/MathRender/MTMathAtomFactory.swift index bbd0dbe..c69fca9 100755 --- a/Sources/SwiftMath/MathRender/MTMathAtomFactory.swift +++ b/Sources/SwiftMath/MathRender/MTMathAtomFactory.swift @@ -365,7 +365,7 @@ public class MTMathAtomFactory { "ss" : MTMathAtom(type: .ordinary, value: "\u{00DF}"), // NEW ß "cc" : MTMathAtom(type: .ordinary, value: "\u{00E7}"), // NEW ç "CC" : MTMathAtom(type: .ordinary, value: "\u{00C7}"), // NEW Ç - "O" : MTMathAtom(type: .ordinary, value: "\u{00DB}"), // NEW Ø + "O" : MTMathAtom(type: .ordinary, value: "\u{00D8}"), // NEW Ø "AE" : MTMathAtom(type: .ordinary, value: "\u{00C6}"), // NEW Æ "OE" : MTMathAtom(type: .ordinary, value: "\u{0152}"), // NEW Œ "|" : MTMathAtom(type: .ordinary, value: "\u{2016}"),