From 04f1cdf76f56e1f2e31d5316ab2c3b9a5d3ce062 Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Fri, 10 May 2024 20:40:33 +0100 Subject: [PATCH] Add U+2686 to U+2689 That's {WHITE,BLACK} CIRCLE WITH {DOT RIGHT,TWO DOTS}. One of them is used by BQN but we may as well have all four. --- bedstead.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bedstead.c b/bedstead.c index b032e77..8d5e8ca 100644 --- a/bedstead.c +++ b/bedstead.c @@ -1789,6 +1789,10 @@ static struct glyph { {{010,010,013,015,011,012,014,000,000}, U(266D) }, /* flat */ {{010,013,015,011,013,015,001,000,000}, U(266E) }, /* natural */ {{002,013,016,033,016,032,010,000,000}, U(266F) }, /* sharp */ + {{000,016,021,023,021,016,000,000,000}, U(2686) }, /* wht circle dot right */ + {{000,016,021,033,021,016,000,000,000}, U(2687) }, /* wht circle two dots */ + {{000,016,037,035,037,016,000,000,000}, U(2688) }, /* blk circle dot right */ + {{000,016,037,025,037,016,000,000,000}, U(2689) }, /* blk circle two dots */ /* Dingbats */ {{000,004,022,017,022,004,000,000,000}, U(2708) }, /* airplane */ -- 2.30.2