Ben Harris 710b96e1f9 Main block of 8-cell mosaics in Symbols for Legacy Computing Supplement
These were mostly generated from UnicodeData.txt with a dodgy Perl
one-liner and an Emacs keyboard macro.  The dodgy one-liner was (wrapped
onto more lines):

grep "BLOCK OCTANT" ~/Downloads/UnicodeData.txt |
perl -pe '/OCTANT-(\d+)/; $i=""; map{vec($i,$_-1,1)=1}split(//,$1);
          $_=sprintf("%02X",ord($i))." $_";'

Now I need to find the characters elsewhere in Unicode that correspond
with the gaps in the table.
2025-09-23 22:53:26 +01:00
2024-06-12 22:54:26 +01:00
2024-10-24 00:01:26 +01:00
2025-05-27 22:24:01 +01:00
2025-05-27 22:24:01 +01:00
Description
No description provided
1.5 MiB
Languages
C 79.4%
HTML 6.6%
Python 6.2%
PostScript 4.4%
CSS 1.9%
Other 1.5%