We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1ed71e commit 3263be3Copy full SHA for 3263be3
packages/math/unicode-mathvariants.lua
@@ -77,8 +77,8 @@ local mathScriptConversionTable = {
77
[scriptType.fraktur] = function (codepoint)
78
-- MathML Core "fraktur" (annex C.5)
79
return codepoint == 0x43 and 0x212D -- C
80
- or codepoint == 0x48 and 0x210B -- H
81
- or codepoint == 0x49 and 0x2110 -- I
+ or codepoint == 0x48 and 0x210C -- H
+ or codepoint == 0x49 and 0x2111 -- I
82
or codepoint == 0x52 and 0x211C -- R
83
or codepoint == 0x5A and 0x2128 -- Z
84
or codepoint + 0x1D504 - 0x41
0 commit comments