chiark / gitweb /
Add separated mosaic graphics at Unicode 16.0 code points
authorBen Harris <bjh21@bjh21.me.uk>
Sat, 21 Sep 2024 23:18:25 +0000 (00:18 +0100)
committerBen Harris <bjh21@bjh21.me.uk>
Sun, 22 Sep 2024 10:15:30 +0000 (11:15 +0100)
That's U+1CE51 .. U+1CE8F.

bedstead.c

index ebdb1b3703f2c6543247c993c4b828173d94a861..113de9267516cc5a973811e7f3fd0b4685f1627b 100644 (file)
@@ -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 */