mirror of
https://bjh21.me.uk/bedstead/.git
synced 2026-07-10 05:53:05 -04:00
Add separated mosaic graphics at Unicode 16.0 code points
That's U+1CE51 .. U+1CE8F.
This commit is contained in:
parent
874a12b047
commit
79d845618b
12
bedstead.c
12
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 */
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user