From: Ben Harris Date: Sat, 11 May 2024 20:58:17 +0000 (+0100) Subject: U+22C6 STAR OPERATOR X-Git-Tag: bedstead-002.005~3 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~bjharris/git?a=commitdiff_plain;h=7a622c020949fccece45c5eb9aaf29fbc82f24d6;p=bedstead.git U+22C6 STAR OPERATOR This is usually five-pointed, and I seem to have come up with an acceptable five-pointed design. This matches the existing U+235F APL FUNCTIONAL SYMBOL CIRCLE STAR. U+2363 APL FUNCTIONAL SYMBOL STAR DIAERESIS is modified to match. --- diff --git a/bedstead.c b/bedstead.c index 7e9e47e..c8978b2 100644 --- a/bedstead.c +++ b/bedstead.c @@ -1444,6 +1444,7 @@ static struct glyph { {{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}, 0x22c5, "dotmath" }, + {{004,025,016,004,012,021,000,000,000}, U(22C6) }, /* star operator */ {{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 */ @@ -1500,7 +1501,7 @@ static struct glyph { {{037,021,025,021,025,021,037,000,000}, U(2360) }, /* APL quad colon */ {{012,000,037,004,004,004,004,000,000}, U(2361) }, /* APL up tack dieresis */ {{012,000,037,021,012,012,004,000,000}, U(2362) }, /* APL del dieresis */ - {{012,000,025,016,004,016,025,000,000}, U(2363) }, /* APL star dieresis */ + {{012,000,025,016,004,012,021,000,000}, U(2363) }, /* APL star dieresis */ {{012,000,004,012,012,004,000,000,000}, U(2364) }, /* APL jot dieresis */ {{012,000,016,021,021,016,000,000,000}, U(2365) }, /* APL circle dieresis */ {{012,000,010,025,002,000,000,000,000}, U(2368) }, /* APL tilde dieresis */