mirror of
https://bjh21.me.uk/bedstead/.git
synced 2026-07-09 13:33:06 -04:00
We were only using negative numbers for the "no Unicode mapping" constant, and even there it was mostly cast to unsigned before we used it (because it needed to sort last). So just using an unsigned type throughout seems to be a bit cleaner. It will also make me less dubious about packing extra information in when I want to support variation selectors.
Description
No description provided
Languages
C
79.4%
HTML
6.6%
Python
6.2%
PostScript
4.4%
CSS
1.9%
Other
1.5%