box-drawings: implement octants

This commit is contained in:
Daniel Eklöf 2024-12-08 09:05:41 +01:00
parent 768f254286
commit 9a1b59adae
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
5 changed files with 467 additions and 12 deletions

View file

@ -61,6 +61,9 @@
* Unicode data files updated to Unicode 16. Foot uses these to
determine which VS-15 and VS-16 sequences are valid, and which are
not.
* Box drawing characters U+1CD00...U+1CDE5 (the _"octants"_ from the
_"Symbols for Legacy Computing Supplement"_ codepoint range, added
in Unicode 16.0).
### Changed