render: fix order we're checking custom codepoints

Fixes a crash when trying to print a "Legacy Computing"
symbol (U+1FB00-U+1FB9B).

Closes #1901
This commit is contained in:
Daniel Eklöf 2025-01-03 07:33:14 +01:00
parent 9cde179034
commit f5c10a2452
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
3 changed files with 18 additions and 11 deletions

View file

@ -72,6 +72,13 @@
### Deprecated
### Removed
### Fixed
* Regression: trying to print a Unicode _"Legacy Computing symbol"_,
in the range U+1FB00 - U+1FB9B would crash foot ([#][]).
[1901]: https://codeberg.org/dnkl/foot/issues/1901
### Security
### Contributors