chiark / gitweb /
Three more glyphs used by BQN
authorBen Harris <bjh21@bjh21.me.uk>
Sun, 5 May 2024 21:00:39 +0000 (22:00 +0100)
committerBen Harris <bjh21@bjh21.me.uk>
Sun, 5 May 2024 21:00:39 +0000 (22:00 +0100)
U+22C8 BOWTIE, U+2389 CIRCLED HORIZONTAL BAR WITH NOTCH, and U+238A
CIRCLED TRIANGLE DOWN.

bedstead.c

index 1e53158a9072316101b5151dd9b53f06def6703e..69d4ae3ea2e73ee18a53624ea0532d2a833e0475 100644 (file)
@@ -1441,6 +1441,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}, U(22C5) }, /* dot 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 */
  {{000,002,025,010,000,037,000,000,000}, U(22CD) }, /* reversed tilde equals */
@@ -1514,6 +1515,8 @@ static struct glyph {
  {{000,000,000,000,000,033,016,000,000}, U(237D) }, /* nbsp symbol */
  {{000,016,021,037,012,033,000,000,000}, U(237E) }, /* bell symbol (BEL) */
  {{004,004,004,012,004,004,004,000,000}, U(237F) }, /* vert line w/dot (EOM) */
+ {{016,021,021,033,025,021,016,000,000}, U(2389) }, /* circled notched bar */
+ {{016,021,037,033,025,021,016,000,000}, U(238A) }, /* circled down triangle */
  {{000,016,012,012,012,033,000,000,000}, U(238D) }, /* monostable (SYN) */
  {{000,007,012,012,012,034,000,000,000}, U(238E) }, /* hysteresis */
  {{000,000,037,000,025,000,000,000,000}, U(2393) }, /* directcurrent */