mirror of
https://bjh21.me.uk/bedstead/.git
synced 2026-08-08 17:30:29 -04:00
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:
parent
fb990fe7ef
commit
d922a43261
@ -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 */
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user