Ben Harris 58496743a8 Switch to unsigned types for holding Unicode code points
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.
2026-01-13 21:55:10 +00:00
2024-06-12 22:54:26 +01:00
2024-10-24 00:01:26 +01:00
2026-01-13 21:55:10 +00: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%