Corrected glyph name for U+22C5 DOT OPERATOR

AGLFN says it should be "dotmath".  It wasn't in the last release, so
no backward-compatibility alias.
This commit is contained in:
Ben Harris 2024-05-11 19:45:49 +01:00
parent fb990fe7ef
commit d922a43261

View File

@ -1443,7 +1443,7 @@ static struct glyph {
{{016,021,021,021,021,021,021,021,021}, U(22C2) }, /* n-ary intersection */
{{021,021,021,021,021,021,021,021,016}, U(22C3) }, /* n-ary union */
{{000,004,012,021,012,004,000,000,000}, U(22C4) }, /* diamond operator */
{{000,000,000,004,000,000,000,000,000}, U(22C5) }, /* dot operator */
{{000,000,000,004,000,000,000,000,000}, 0x22c5, "dotmath" },
{{000,000,033,025,033,000,000,000,000}, U(22C8) }, /* bowtie */
{{000,020,010,004,012,021,000,000,000}, U(22CB) }, /* left semidirect prod */
{{000,001,002,004,012,021,000,000,000}, U(22CC) }, /* right semidirect prod */