From: Ben Harris Date: Sat, 21 Sep 2024 23:18:25 +0000 (+0100) Subject: Add separated mosaic graphics at Unicode 16.0 code points X-Git-Tag: bedstead-002.007~10 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~bjharris/git?a=commitdiff_plain;h=79d845618bd8bbf6b9ebceff7555b14aef206286;p=bedstead-debian.git Add separated mosaic graphics at Unicode 16.0 code points That's U+1CE51 .. U+1CE8F. --- diff --git a/bedstead.c b/bedstead.c index ebdb1b3..113de92 100644 --- a/bedstead.c +++ b/bedstead.c @@ -2412,6 +2412,18 @@ static struct glyph { {{000,000,027,030,020,020,020,000,000}, U(1047E) }, /* ian */ {{000,000,020,020,022,025,015,000,000}, U(1047F) }, /* yew */ + /* Symbols for legacy computing supplement */ +#define M(u) { {0x ## u - 0x50}, U(1CE ## u), SEP6 } + /* */ M(51), M(52), M(53), M(54), M(55), M(56), M(57), /* separated mosaic */ + M(58), M(59), M(5A), M(5B), M(5C), M(5D), M(5E), M(5F), /* graphics */ + M(60), M(61), M(62), M(63), M(64), M(65), M(66), M(67), + M(68), M(69), M(6A), M(6B), M(6C), M(6D), M(6E), M(6F), + M(70), M(71), M(72), M(73), M(74), M(75), M(76), M(77), + M(78), M(79), M(7A), M(7B), M(7C), M(7D), M(7E), M(7F), + M(80), M(81), M(82), M(83), M(84), M(85), M(86), M(87), + M(88), M(89), M(8A), M(8B), M(8C), M(8D), M(8E), M(8F), +#undef M + /* Musical symbols */ {{004,004,004,004,004,004,004,004,004}, U(1D100) }, /* bar line */ {{012,012,012,012,012,012,012,012,012}, U(1D101) }, /* double bar line */