mirror of
https://bjh21.me.uk/bedstead/.git
synced 2026-07-16 00:23:24 -04:00
[ from email ] One thing I wanted to query was the ZVBI mosaic graphics codepoints at 0xEE00 to 0xEE7F. The ZVBI code says (in lang.c): " Table 47 G1 Block Mosaic is not representable * in Unicode, translated to private code U+EE00 ... U+EE7F. * (contiguous form has bit 5 set, separate form cleared)." My reading of this is that the separated forms should therefore sit at 0xEE00-0xEE1F and 0xEE40-0xEE5F, with the contiguous forms at 0xEE20-0xEE3F and 0xEE60-0xEE7F. This is indeed what the teletext1/2/4 fonts commonly seen in teletext recoveries do; see for example https://al.zerostem.io/~al/teletext/bbc1/1996-12-28-0008.1/100.html. Bedstead maps these the opposite way around, however, and if you swap it in on the linked page, all the contiguous and separated mosaics will swap places.
Description
No description provided
Languages
C
79.4%
HTML
6.6%
Python
6.2%
PostScript
4.4%
CSS
1.9%
Other
1.5%