From: Ben Harris Date: Fri, 10 May 2024 19:40:33 +0000 (+0100) Subject: Add U+2686 to U+2689 X-Git-Tag: bedstead-002.005~9 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~bjharris/git?a=commitdiff_plain;h=04f1cdf76f56e1f2e31d5316ab2c3b9a5d3ce062;p=bedstead-debian.git 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. --- 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 */