SwiftMath icon indicating copy to clipboard operation
SwiftMath copied to clipboard

"phi" is rendered as plain text instead of φ

Open fevicks opened this issue 4 months ago • 0 comments

When using MathView, the string "phi" is displayed literally instead of being converted into the Greek letter φ.

eg code MathView(equation: "( phi(x, y, z) )")

Actual Result ( phi(x, y, z) )

Expected Result ( φ(x, y, z) )

fevicks avatar Sep 16 '25 10:09 fevicks